فهرست منبع

Merge branch 'master' of http://git.minpay.cc/SupplyChain/front

xuefy 4 سال پیش
والد
کامیت
bd732e1fb0
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 13 0
      front-vue/src/router/index.js

+ 13 - 0
front-vue/src/router/index.js

@@ -161,6 +161,19 @@ export const constantRoutes = [
       },
     ]
   },
+  {
+    path: '/creditLine',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: 'addCreditLine/',
+        component: (resolve) => require(['@/views/service/creditLine/addCreditLine'], resolve),
+        name: 'addCreditLine',
+        meta: { title: '新增授信信息',noCache: true }
+      },
+    ]
+  },
 ]
 
 export default new Router({