修改测试文件名

This commit is contained in:
熊丽君
2021-08-02 17:52:28 +08:00
parent 3027412ea1
commit 7ffe7e7060
12 changed files with 48 additions and 48 deletions

View File

@ -54,35 +54,35 @@ export default {
input: '',
lisList: [
{
path: '/index33',
path: '/home',
name: '首页'
},
{
path: '/index4',
path: '/notice',
name: '通知公告'
},
{
path: '/index5',
path: '/demand',
name: '企业需求'
},
{
path: '/index6',
path: '/achievements',
name: '科技成果'
},
{
path: '/index7',
path: '/declare',
name: '高企申报'
},
{
path: '/index8',
path: '/qualifications',
name: '资质申报'
},
{
path: '/index9',
path: '/assessment',
name: '智能评估'
}
],
path: this.$route.path == '/' ? '/index33' : this.$route.path
path: this.$route.path == '/' ? '/home' : this.$route.path
};
},
methods: {