页面
Some checks are pending
Auto Merge Main to Other Branches / Merge main into i18n (push) Waiting to run
Auto Merge Main to Other Branches / Merge main into base-sard-ui (push) Waiting to run

This commit is contained in:
sjeam 2025-09-09 11:34:45 +08:00
parent 16b25ceb02
commit 3e613abdd7

View File

@ -130,8 +130,8 @@ console.log('userStore', userStore)
import { defineComponent } from 'vue'
async function more(item) {
await hasLogin()
// console.log(item)
const islogin = await hasLogin()
if (islogin === true) {
if (item.type == 1) {
getUrl(item.url)
} else if (item.type == 2) {
@ -139,6 +139,7 @@ async function more(item) {
} else if (item.type == 3) {
getShopWebUrl(item.url)
}
}
}
const show = ref(false)