|
@@ -512,7 +512,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|
|
|
created() {
|
|
created() {
|
|
|
- console.log("2025-12-02");
|
|
|
|
|
const regExp = /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i;
|
|
const regExp = /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i;
|
|
|
this.isPhone = regExp.test(navigator.userAgent) && window.innerWidth < 860;
|
|
this.isPhone = regExp.test(navigator.userAgent) && window.innerWidth < 860;
|
|
|
// 如果是开发环境 提示正式环境地址
|
|
// 如果是开发环境 提示正式环境地址
|