|
@@ -29,6 +29,7 @@ import Vant from "vant";
|
|
|
Vue.use(ibps)
|
|
Vue.use(ibps)
|
|
|
Vue.use(Vant); // 导入vant
|
|
Vue.use(Vant); // 导入vant
|
|
|
Vue.prototype.$action = ActionUtils; // 全局action
|
|
Vue.prototype.$action = ActionUtils; // 全局action
|
|
|
|
|
+Vue.prototype.$message = ActionUtils; // 兼容PC端
|
|
|
Vue.prototype.$utils = utils; // 全局帮助类
|
|
Vue.prototype.$utils = utils; // 全局帮助类
|
|
|
Vue.prototype.$common = common; // 通用请求
|
|
Vue.prototype.$common = common; // 通用请求
|
|
|
Vue.prototype.$methCommon = methCommon
|
|
Vue.prototype.$methCommon = methCommon
|