From ffb4f983478bc74ae34d7c7cecc7fb937fab045f Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期二, 20 九月 2022 18:02:22 +0800 Subject: [PATCH] 新建logo管理页面 --- 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