Browse Source

个人中心隐藏功能

CzRger 4 months ago
parent
commit
f8ab1f25c8
1 changed files with 12 additions and 12 deletions
  1. 12 12
      snowy-admin-web/src/views/sys/user/userCenter.vue

+ 12 - 12
snowy-admin-web/src/views/sys/user/userCenter.vue

@@ -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) => {