fix 79855

This commit is contained in:
赵霄
2023-12-26 16:56:57 +08:00
parent 857977050d
commit 3eb7fc192c
@@ -851,8 +851,7 @@ export default {
} }
if (!flag && !baseFlag) { if (!flag && !baseFlag) {
this.switchValue = 'base' this.switchValue = 'base'
} } else if (!flag && !userInfo) {
if (!flag && !userInfo) {
this.switchValue = 'user' this.switchValue = 'user'
} }
if (flag) { if (flag) {