mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 20:42:52 +08:00
fix(List.vue): 添加分支类型14的处理逻辑
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user