wk
2024-11-13 0f35dd714311f0b39e0bf2e2dccb66761e52835f
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非必填