摘要: "use strict"; import axios from "axios"; import router from "../router"; import { base } from "./baseUrl"; let _this = this; axios.interceptors.reques 阅读全文
posted @ 2020-07-28 19:50 Panax 阅读(3193) 评论(0) 推荐(0) 编辑
摘要: goWx() { this.navigate(); // 此方法针对H5 的返回键,对左上角点击无效, 无法添加点击事件,放到mounted 会无限循环。 }, navigate() { //控制页面跳转 小程序、公众号、非微信跳转方式 【modelName vue路由名字】 this.isMini 阅读全文
posted @ 2020-07-28 18:56 Panax 阅读(4715) 评论(0) 推荐(0) 编辑