feat(custom): build
This commit is contained in:
@@ -11,8 +11,8 @@ import { useLoad, getStorageSync } from "@tarojs/taro";
|
||||
const url = ref("");
|
||||
|
||||
useLoad(() => {
|
||||
const user = getStorageSync("userInfo");
|
||||
url.value = `${process.env.TARO_APP_GAME}${user.uid}`;
|
||||
// const user = getStorageSync("userInfo");
|
||||
url.value = `${process.env.TARO_APP_GAME}${getStorageSync("token")}`;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user