yangan
2024-10-22 5d1fee5bb28015f427c53ee36ba2c7fe513226c0
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非必填