feat: 增加数据获取接口请求
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
const token = ref('');
|
||||
|
||||
onLoad((e) => {
|
||||
console.log('onLoad: ---------', e);
|
||||
token.value = e.token;
|
||||
uni.setStorageSync('token', e.token);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user