Browse Source

Merge branch 'master' of git.sagacloud.cn:web/ibms

zhangyu 5 years ago
parent
commit
7b498750ae
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/router/system.js

+ 5 - 4
src/router/system.js

@@ -26,7 +26,8 @@ import buildData from '@/views/data_admin/buildData'
 import buildGraphy from '@/views/data_admin/buildGraphy'
 
 /**市场及商务 */
-const OwnerManage = () => import('@/views/market/owner/manage')
+const OwnerManage = () =>
+    import ('@/views/market/owner/manage')
 
 /**  台账管理 */
 import systemLedger from '@/views/ledger/system/index'
@@ -168,6 +169,7 @@ export default [
                 path: 'facility/addfacility',
                 name: 'dialogDevice',
                 component: dialogDevice,
+                meta: { keepAlive: false, breadcrumbs: [{ label: '台账管理', path: '/ledger/facility' }, { label: '设备清单', path: '/ledger/facility' }, { label: '添加设备' }] }
             },
 
             {
@@ -302,8 +304,7 @@ export default [
         path: '/system',
         name: 'LayoutMain',
         component: LayoutMain,
-        children: [
-            {
+        children: [{
                 path: 'list',
                 name: 'systemlist',
                 component: systemLedger,
@@ -316,4 +317,4 @@ export default [
             },
         ]
     }
-]
+]