修改测试文件名
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user