update token

This commit is contained in:
2020-06-22 17:45:17 +08:00
parent 7e71f97e01
commit 28911b6e7c
7 changed files with 195 additions and 146 deletions

View File

@@ -115,7 +115,7 @@
// 存储接口请求所需token
uni.setStorage({
key: 'token',
data: res.data.data.token,
data: res.data.token,
});
// 注册返回参数
this.$refs.uToast.show({