main.js @@ -25,6 +25,7 @@ Vue.prototype.$reqAll = reqAll; Vue.prototype.$reqGet = reqGet; Vue.prototype.$reqPost = reqPost; Vue.prototype.$store = store; // 由于微信小程序的运行机制问题,需声明如下一行,H5和APP非必填 const app = new Vue({ store,