From 41179ea06e694e19b3170c07dbafe1d26f15ff8f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 21 九月 2022 11:57:01 +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