build(deps): 依赖升级
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-14 03:12:09 +08:00
parent 1566eae251
commit fbc5e694e2
4 changed files with 39 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ const url = ref('');
Taro.useDidShow(() => {
const token = Taro.getStorageSync('token');
// url.value = 'http://huakk.jdt168.com/#/pages/index/index';
if (token) {
url.value = `${process.env.TARO_APP_GAME}${Taro.getStorageSync('token')}`;
} else {