|
@@ -286,7 +286,7 @@ const yourCondition = ref(true)
|
|
|
|
|
|
|
|
const userStore = useUserStore()
|
|
const userStore = useUserStore()
|
|
|
console.log(userStore.userInfo.authorityId)
|
|
console.log(userStore.userInfo.authorityId)
|
|
|
-if(userStore.userInfo.authorityId==6){
|
|
|
|
|
|
|
+if(userStore.userInfo.authorityId==100002){
|
|
|
showLayout.value=false
|
|
showLayout.value=false
|
|
|
yourCondition.value=false
|
|
yourCondition.value=false
|
|
|
}else{
|
|
}else{
|