zhangxiaoxu
2026-01-14 98233cafe4b4942d537c4ad566b714cff0388dcf
main.js
@@ -9,10 +9,11 @@
// 请求相关
import { reqAll, reqGet, reqPost } from './utils/index.js';
import { reqAll, reqGet, reqPost, reqPut } from './utils/index.js';
Vue.prototype.$reqAll = reqAll;
Vue.prototype.$reqGet = reqGet;
Vue.prototype.$reqPost = reqPost;
Vue.prototype.$reqPut = reqPut;
Vue.prototype.$store = store