摘要: //App.vue mounted() { if (this._isMobile()) { alert("手机端"); // this.$router.replace('/m_index'); } else { alert("pc端"); // this.$router.replace('/pc_i 阅读全文
posted @ 2020-07-14 17:31 ayong6 阅读(6837) 评论(0) 推荐(0)