|
@@ -13,7 +13,7 @@ import {
|
|
|
} from '@/utils/common';
|
|
|
import { authorizeH5, getCode, postCode } from '@/utils/authorizeH5';
|
|
|
// import wx from '@/utils/js_sdk/weixin'; // 接入微信JSDK
|
|
|
-// import wx from '@/utils/js_sdk/weixin'; // 接入微信JSDK
|
|
|
+import '@/utils/js_sdk/weixin'; // 接入微信JSDK
|
|
|
import request from '@/utils/request.js'; //
|
|
|
import store from '@/store/index.js';
|
|
|
|
|
@@ -68,5 +68,6 @@ export default {
|
|
|
app.config.globalProperties.$request = request;
|
|
|
app.config.globalProperties.isAlipayClient = window.isAlipayClient;
|
|
|
app.config.globalProperties.$theme = theme;
|
|
|
+ // window.wx = wx
|
|
|
}
|
|
|
};
|