|
@@ -104,18 +104,18 @@
|
|
|
key: 'organizationChart',
|
|
|
tab: '组织架构'
|
|
|
},
|
|
|
- {
|
|
|
- key: 'accountBind',
|
|
|
- tab: '账号相关'
|
|
|
- },
|
|
|
- {
|
|
|
- key: 'shortcutSetting',
|
|
|
- tab: '快捷方式'
|
|
|
- },
|
|
|
- {
|
|
|
- key: 'userMessage',
|
|
|
- tab: '我的消息'
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // key: 'accountBind',
|
|
|
+ // tab: '账号相关'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: 'shortcutSetting',
|
|
|
+ // tab: '快捷方式'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // key: 'userMessage',
|
|
|
+ // tab: '我的消息'
|
|
|
+ // }
|
|
|
]
|
|
|
const noTitleKey = ref('accountBasic')
|
|
|
const onTabChange = (key) => {
|