app.vuehead中添加

<!--自动识别PC、移动-->
    <script src="static/js/uaredirect.js" type="text/javascript"></script>
    <!--设置移动端地址-->
        <script type="text/javascript">uaredirect("https://chaopengjiankang.com/m/index.html");</script>

static文件夹中创建js文件夹,添加以下内容

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
function uaredirect(murl){
try {
if(document.getElementById("bdmark") != null){
return;
}
var urlhash = window.location.hash;
if (!urlhash.match("fromapp")){
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {
location.replace(murl);
}
}
} catch(err){}
}

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄