细节调整
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user