From 091618590e16bc7e3f989944494b49ab6e98b626 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期三, 21 九月 2022 09:50:49 +0800
Subject: [PATCH] 注册、查看、修改组件顶部背景色改为白色

---
 src/router/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 06199da..28129e5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -46,6 +46,11 @@
             path:'otherInterface',
             name:'otherInterface',
             component: () => import('@/views/systemSetting/platform/otherInterface')
+          },
+          {
+            path:'mySetting',
+            name:'mySetting',
+            component: () => import('@/views/systemSetting/platform/mySetting')
           }
         ]
       },

--
Gitblit v1.8.0