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