From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交
---
src/router/index.js | 72 +++++++++++++++++++----------------
1 files changed, 39 insertions(+), 33 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index d97166d..5469140 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -61,6 +61,11 @@
component: () => import("@/views/outsideChainwtnew"),
hidden: true,
},
+ {
+ path: "/SfRelay",
+ component: () => import("@/views/SatisfactionRelay"),
+ hidden: true,
+ },
{
path: "/xj",
component: () => import("@/views/outsideChainxjnew"),
@@ -106,38 +111,38 @@
component: () => import("@/views/error/401"),
hidden: true,
},
- // {
- // path: "",
- // component: Layout,
- // redirect: "index",
- // children: [
- // {
- // path: "index",
- // component: () => import("@/views/index"),
- // name: "Index",
- // meta: {
- // title: "棣栭〉",
- // icon: "dashboard",
- // affix: true,
- // roles: ["admin", "sysadmin"],
- // },
- // },
- // ],
- // },
- // {
- // path: "/user",
- // component: Layout,
- // hidden: true,
- // redirect: "noredirect",
- // children: [
- // {
- // path: "profile",
- // component: () => import("@/views/system/user/profile/index"),
- // name: "Profile",
- // meta: { title: "涓汉涓績", icon: "user" },
- // },
- // ],
- // },
+ {
+ path: "",
+ component: Layout,
+ redirect: "index",
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/index"),
+ name: "Index",
+ meta: {
+ title: "棣栭〉",
+ icon: "dashboard",
+ affix: true,
+ roles: ["admin", "sysadmin"],
+ },
+ },
+ ],
+ },
+ {
+ path: "/user",
+ component: Layout,
+ hidden: true,
+ redirect: "noredirect",
+ children: [
+ {
+ path: "profile",
+ component: () => import("@/views/system/user/profile/index"),
+ name: "Profile",
+ meta: { title: "涓汉涓績", icon: "user" },
+ },
+ ],
+ },
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
@@ -211,7 +216,8 @@
meta: { title: "淇敼鐢熸垚閰嶇疆", activeMenu: "/tool/gen" },
},
],
- } /*,
+ },
+ /*,
{
path: '/smartor/archive',
component: Layout,
--
Gitblit v1.9.3