yangan
2024-10-29 98b6d298e541c366a97fadc4853160939e03a205
main.js
@@ -24,7 +24,9 @@
   reqAll,
   reqGet,
   reqGet2,
   reqGetId,
   reqPost,
   reqPut,
   reqAllJson,
   reqDelete
} from '@/api/index.js'
@@ -32,7 +34,9 @@
Vue.prototype.$reqAllJson = reqAllJson
Vue.prototype.$reqGet = reqGet
Vue.prototype.$reqGet2 = reqGet2
Vue.prototype.$reqGetId = reqGetId
Vue.prototype.$reqPost = reqPost
Vue.prototype.$reqPut = reqPut
Vue.prototype.$reqDelete = reqDelete
Vue.prototype.$store = store
// 由于微信小程序的运行机制问题,需声明如下一行,H5和APP非必填