摘要: 检查axios.interceptors.request.use拦截是否return config 阅读全文
posted @ 2022-06-25 23:15 羽鱼 阅读(920) 评论(0) 推荐(0) 编辑
摘要: 不要在permission.js文件里 import {useMainStore} from "@/store/main";后直接const storeMain = useMainStore() 要在beforeEach 再去执行不然由于 permission.js加载的时候就会执行useMainS 阅读全文
posted @ 2022-06-25 22:21 羽鱼 阅读(2478) 评论(0) 推荐(0) 编辑
摘要: 需要线把文档通过**.toObject() 转换为普通对象 阅读全文
posted @ 2022-06-25 21:35 羽鱼 阅读(20) 评论(0) 推荐(0) 编辑