From c459808efab29dc1b8439fbb90556bdb16f4c88b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 01 四月 2026 22:40:59 +0800
Subject: [PATCH] feat: 优化支付时显示任务ID
---
ruoyi-ui/src/router/index.js | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 6266b3e..341c2b2 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -145,6 +145,27 @@
hidden: false,
name: 'H5TaskCreate',
meta: { title: '鍒涘缓浠诲姟' }
+ },
+ {
+ path: '/system/invoice/detail',
+ component: () => import('@/views/system/invoice/detail'),
+ name: 'InvoiceDetail',
+ hidden: true,
+ meta: { title: '鍙戠エ璇︽儏', activeMenu: '/system/invoice' }
+ },
+ {
+ path: '/system/invoice/audit',
+ component: () => import('@/views/system/invoice/audit'),
+ name: 'InvoiceAudit',
+ hidden: true,
+ meta: { title: '瀹℃牳鍙戠エ', activeMenu: '/system/invoice' }
+ },
+ {
+ path: '/system/invoice/apply',
+ component: () => import('@/views/system/invoice/apply'),
+ name: 'InvoiceApply',
+ hidden: true,
+ meta: { title: '鐢宠鍙戠エ', activeMenu: '/system/invoice' }
}
]
@@ -202,6 +223,29 @@
]
},
+ // 鏀粯绠$悊璺敱
+ {
+ path: "/payment",
+ component: Layout,
+ redirect: "/payment/order",
+ name: "Payment",
+ meta: {
+ title: "鏀粯绠$悊",
+ icon: "money"
+ },
+ children: [
+ {
+ path: "order",
+ component: () => import("@/views/payment/order/index"),
+ name: "PayOrder",
+ meta: {
+ title: "鏀粯璁㈠崟鏌ヨ",
+ icon: "el-icon-s-order"
+ }
+ }
+ ]
+ },
+
{
path: '/system/user-auth',
component: Layout,
--
Gitblit v1.9.1