|
|
@@ -72,7 +72,8 @@ const activeValue = ref('')
|
|
|
const contextMenuVisible = ref(false)
|
|
|
|
|
|
const userStore = useUserStore()
|
|
|
-if(userStore.userInfo.authorityId==6){
|
|
|
+console.log(userStore.userInfo.authorityId)
|
|
|
+if(userStore.userInfo.authorityId==100002){
|
|
|
showLayout.value=false
|
|
|
}
|
|
|
const name = (item) => {
|