fix(List.vue): 添加分支类型14的处理逻辑

This commit is contained in:
dong.ai
2025-12-17 10:18:49 +08:00
committed by zhanglei
parent b4763cc5f3
commit 8511dfc162

View File

@@ -564,6 +564,9 @@ export default {
if (this.$CacheUtils.getLocItem('branchType') == '13') {
thisbranchType = this.$CacheUtils.getLocItem('branchType')
}
if (this.$CacheUtils.getLocItem('branchType') == '14') {
thisbranchType = this.$CacheUtils.getLocItem('branchType')
}
window.localStorage.clear()
this.$CacheUtils.setLocItem('token', thisToken)
if (thisbranchType) {