feat: 修改接口报错登出问题,优化切换数据刷新问题
This commit is contained in:
@@ -511,7 +511,13 @@
|
||||
modelId,
|
||||
isPreview = '0',
|
||||
id = '',
|
||||
current,
|
||||
tabCurrent
|
||||
} = config
|
||||
console.log(tabCurrent !== undefined,'判断11111111')
|
||||
if(tabCurrent !== undefined){
|
||||
uni.setStorageSync('fromNonTabBar', tabCurrent);
|
||||
}
|
||||
const formPermissionList =[]
|
||||
Object.assign(this, {
|
||||
userInfo: uni.getStorageSync('userInfo') || {},
|
||||
|
||||
Reference in New Issue
Block a user