From bd2f187c3f6e24576919e71c794cf8cb9f8c8bac Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 11:21:41 +0800
Subject: [PATCH] 1.初级实现项目换肤功能
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 51b5067..acc04fd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -641,7 +641,7 @@
redirect: '/cggl/cgdd',
name: '閲囪喘绠$悊',
code: '1000',
- meta: { code: '1000', title: '閲囪喘绠$悊', icon: 'xtsz' },
+ meta: { code: '1000', title: '閲囪喘绠$悊', icon: 'cggl' },
alwaysShow: true,
children: [
{
@@ -650,7 +650,7 @@
code: '1201',
component: () => import('@/views/cggl/cgdd'),
meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
- },
+ }
]
}
]
--
Gitblit v1.9.3