ソースを参照

Merge branch 'dataType' of http://39.106.8.246:3003/web/adm into dataType

haojianlong 4 年 前
コミット
abaee8c84c
3 ファイル変更14 行追加7 行削除
  1. 2 2
      config/index.js
  2. 5 5
      src/data/menus.js
  3. 7 0
      src/router/system.js

+ 2 - 2
config/index.js

@@ -478,8 +478,8 @@ module.exports = {
     // Paths
     assetsRoot: path.resolve(__dirname, '../dist'),
     assetsSubDirectory: 'static',
-    assetsPublicPath: '/adm/',// 39 配置
-    // assetsPublicPath: '/',
+    // assetsPublicPath: '/adm/',// 39 配置
+    assetsPublicPath: '/',
 
 
     /**

+ 5 - 5
src/data/menus.js

@@ -46,11 +46,11 @@ export default [
     icon: 'icon-jianzhu'
   },
 // 需采集的信息点
-//   {
-//     path: '/ready/collectsetting',
-//     name: '需采集的信息点',
-//     icon: 'icon-xinxi'
-//   },
+  {
+    path: '/ready/collectsetold',
+    name: '需采集的信息点',
+    icon: 'icon-xinxi'
+  },
 // 扫楼App用户管理
   {
     path: '/ready/appuser',

+ 7 - 0
src/router/system.js

@@ -8,6 +8,7 @@ import roleAdm from '@/views/platfrom/role'
 /**前期准备 */
 import buildFloor from '@/views/ready/buildfloor'
 import collectsetting from '@/views/ready/collectsetting'
+import collectsetold from '@/views/ready/collectsetting/index_old'
 import buildUser from '@/views/ready/appuser'
 import repetitionGraphy from '@/views/ready/buildfloor/repetitionGraphy'
 /**模型管理 */
@@ -168,6 +169,12 @@ export default [{
         path: 'collectsetting',
         name: 'collectsetting',
         component: collectsetting,
+        meta: {keepAlive: false, breadcrumbs: [{label: '需采集的信息点(解决方案版)'}]}
+      },
+      {
+        path: 'collectsetold',
+        name: 'collectsetold',
+        component: collectsetold,
         meta: {keepAlive: false, breadcrumbs: [{label: '需采集的信息点'}]}
       },
       {