细节调整

This commit is contained in:
kron
2025-09-04 13:54:39 +08:00
parent 9b2ba22b97
commit c9eaeedc0d
5 changed files with 89 additions and 32 deletions

View File

@@ -9,11 +9,11 @@ const { user } = storeToRefs(store);
const isIos = ref(false);
const openLink = () => {
uni.navigateTo({
url:
"/pages/webview?url=" +
encodeURIComponent("https://www.beian.miit.gov.cn/"),
});
// uni.navigateTo({
// url:
// "/pages/webview?url=" +
// encodeURIComponent("https://beian.miit.gov.cn/"),
// });
};
onMounted(() => {
const deviceInfo = uni.getDeviceInfo();