This commit is contained in:
zmr900709
2020-06-22 23:20:05 +08:00
7 changed files with 197 additions and 148 deletions

View File

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