浏览代码

财务路由修改

lichao 3 年之前
父节点
当前提交
e3c41e5726
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      src/router/views/index.js

+ 11 - 11
src/router/views/index.js

@@ -507,15 +507,15 @@ export default [{
   },
   // 付款申请
   {
-    path: '/payment_request',
+    path: '/financialManagement/paymentRequest/paymentRequest',
     component: Layout,
     hidden: true,
     children: [
       {
-        path: '/payment_request',
+        path: '/financialManagement/paymentRequest/paymentRequest',
         name:"付款申请",
         meta: {
-          i18n: '/payment_request',
+          i18n: '/financialManagement/paymentRequest/paymentRequest',
           keepAlive: true,
         },
         component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/paymentRequest/paymentRequest')
@@ -524,15 +524,15 @@ export default [{
   },
   // 付款结算
   {
-    path: '/payment_settle',
+    path: '/financialManagement/paymentSettle/paymentSettle',
     component: Layout,
     hidden: true,
     children: [
       {
-        path: '/payment_settle',
+        path: '/financialManagement/paymentSettle/paymentSettle',
         name:"付款结算",
         meta: {
-          i18n: '/payment_settle',
+          i18n: '/financialManagement/paymentSettle/paymentSettle',
           keepAlive: true,
         },
         component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/paymentSettle/paymentSettle')
@@ -541,15 +541,15 @@ export default [{
   },
   //收款结算
   {
-    path: '/receipt_settle',
+    path: '/financialManagement/receiptSettle/receiptSettle',
     component: Layout,
     hidden: true,
     children: [
       {
-        path: '/receipt_settle',
+        path: '/financialManagement/receiptSettle/receiptSettle',
         name:"收款结算",
         meta: {
-          i18n: '/receipt_settle',
+          i18n: '/financialManagement/receiptSettle/receiptSettle',
           keepAlive: true,
         },
         component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/receiptSettle/receiptSettle')
@@ -563,10 +563,10 @@ export default [{
     hidden: true,
     children: [
       {
-        path: '/bill_details',
+        path: '/financialManagement/billDetails/billDetails',
         name:"账单明细",
         meta: {
-          i18n: '/bill_details',
+          i18n: '/financialManagement/billDetails/billDetails',
           keepAlive: true,
         },
         component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/billDetails/billDetails')