From ec79aa30ddf56e04efc9b511439c3ca16b891f9a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 17 二月 2025 09:47:03 +0800
Subject: [PATCH] table组件分页序号连续
---
src/router/index.js | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index ea91d47..91a52f6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -93,12 +93,6 @@
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
export const dynamicRoutes = [
{
- // 鍘熸潗鏂欐姤妫�
- path: '/rawMaterialInspection',
- component: Layout,
- hidden: true,
- },
- {
// 鍘熸潗鏂欎笅鍗�
path: '/materialOrder',
component: Layout,
@@ -145,6 +139,7 @@
]
},
{
+ // 鏁版嵁瀛楀吀
path: '/system/dict-data',
component: Layout,
hidden: true,
@@ -159,6 +154,13 @@
]
},
{
+ // 鏁版嵁瀛楀吀
+ path: '/customer',
+ component: Layout,
+ hidden: true,
+ permissions: ['customer:edit'],
+ },
+ {
path: '/monitor/job-log',
component: Layout,
hidden: true,
--
Gitblit v1.9.3