Browse Source

撤回测试信息

zhangyu 5 years ago
parent
commit
3c3a09ded7
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      src/router/system.js

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ node_modules/
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+package-lock.json*
 
 # Editor directories and files
 .idea

+ 1 - 1
src/router/system.js

@@ -70,7 +70,7 @@ export default [
                 path: 'custominfo',
                 name: 'Dasboard',
                 component: Dasboard,
-                meta: { keepAlive: false, breadcrumbs: [{ label: '项目基础设置' ,path: '/proj/collectsetting'}, { label: '自定义信息点111' }] }
+                meta: { keepAlive: false, breadcrumbs: [{ label: '项目基础设置' ,path: '/proj/collectsetting'}, { label: '自定义信息点' }] }
             },
             {
                 path: 'collectsetting',