摘要: 思路:1.路由后置守卫+this.$route.path 阅读全文
posted @ 2022-07-18 22:38 就想来看看 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1.请求发出后未返回数据 //响应拦截Axios.interceptors.response.use(function (response) { if (!response) { MessageBox({ message: "网络不好", confirmButtonText: "刷新", }).th 阅读全文
posted @ 2022-07-18 22:35 就想来看看 阅读(52) 评论(0) 推荐(0) 编辑
摘要: vue.config.js文件中配置,给每次打包的文件名后面添加一个哈希值,以供浏览器区分 const timeStamp = new Date().getTime(); module.exports = { publicPath:"/", configureWebpack: { // webpac 阅读全文
posted @ 2022-07-18 22:27 就想来看看 阅读(503) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue'import axios from 'axios'import store from '@/store'import { VueAxios } from './axios'import router from '@/router/index'import { 阅读全文
posted @ 2022-07-18 22:26 就想来看看 阅读(386) 评论(0) 推荐(0) 编辑