账户设置密码,转账

This commit is contained in:
唐明明
2022-06-10 12:14:02 +08:00
parent 8b454d6db1
commit 9a1a4b9c50
17 changed files with 3510 additions and 231 deletions

View File

@@ -27,10 +27,12 @@ const request = (parameter, hideLoding = true) => {
})
return
}
console.log(store.getters.getToken)
console.log(uni.getStorageSync('token'))
// 注入header
config.header = {
'Accept': 'application/json',
'Authorization': store.getters.getToken || ''
'Authorization': store.getters.getToken || uni.getStorageSync('token')
}
// 加载提示
if(!hideLoding) uni.showLoading({