Commit 88360d46 by wusiyi

feat: 安全设置页面

parent 1fa922b0
...@@ -82,7 +82,7 @@ const routes = [ ...@@ -82,7 +82,7 @@ const routes = [
path: '/saas/sysSecuritySettings', path: '/saas/sysSecuritySettings',
component: () => import('@/views/system/sysSecuritySettings.vue'), component: () => import('@/views/system/sysSecuritySettings.vue'),
name: 'system_security_settings', name: 'system_security_settings',
meta: { title: '安全设置' } meta: { title: '安全设置中心' }
}, },
{ {
path: '/saas/countryCode', path: '/saas/countryCode',
......
...@@ -436,7 +436,7 @@ export default { ...@@ -436,7 +436,7 @@ export default {
{ {
id: 7, id: 7,
path: '', path: '',
label: '安全设置', label: '安全设置中心',
icon: 'el-icon-lock', icon: 'el-icon-lock',
index: '/saas/sysSecuritySettings', index: '/saas/sysSecuritySettings',
children: [] 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