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 |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 59f7fee..341c2b2 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -223,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