feat: 增加数据获取接口请求

This commit is contained in:
kenny
2025-10-12 08:16:59 +08:00
parent 56b53cb6fd
commit 0b96a81021
4 changed files with 54 additions and 41 deletions
-1
View File
@@ -102,7 +102,6 @@
const token = ref('');
onLoad((e) => {
console.log('onLoad: ---------', e);
token.value = e.token;
uni.setStorageSync('token', e.token);
});