标签:解决 web lag vue and dex blog 适配 his
//App.vue mounted() { if (this._isMobile()) { alert("手机端"); // this.$router.replace(‘/m_index‘); } else { alert("pc端"); // this.$router.replace(‘/pc_index‘); } }, methods: { //App.vue _isMobile() { let flag = navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i) return flag; } }
转自:https://www.cnblogs.com/liangtao999/p/12047734.html
标签:解决 web lag vue and dex blog 适配 his
原文地址:https://www.cnblogs.com/ayong6/p/13300291.html