Commit 88360d46 by wusiyi

feat: 安全设置页面

parent 1fa922b0
......@@ -82,7 +82,7 @@ const routes = [
path: '/saas/sysSecuritySettings',
component: () => import('@/views/system/sysSecuritySettings.vue'),
name: 'system_security_settings',
meta: { title: '安全设置' }
meta: { title: '安全设置中心' }
},
{
path: '/saas/countryCode',
......
......@@ -436,7 +436,7 @@ export default {
{
id: 7,
path: '',
label: '安全设置',
label: '安全设置中心',
icon: 'el-icon-lock',
index: '/saas/sysSecuritySettings',
children: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment