fixed alipay mobile payment

This commit is contained in:
RockYang
2024-10-05 10:23:00 +08:00
parent e2960b2607
commit b62218110e
7 changed files with 48 additions and 23 deletions

View File

@@ -62,9 +62,14 @@ import FooterBar from "@/components/FooterBar.vue";
import {httpGet} from "@/utils/http";
import {ElMessage} from "element-plus";
import {checkSession, getLicenseInfo, getSystemInfo} from "@/store/cache";
import {isMobile} from "@/utils/libs";
const router = useRouter()
if (isMobile()) {
router.push("/mobile/index")
}
const title = ref("")
const logo = ref("")
const slogan = ref("")