|
@@ -61,9 +61,9 @@ export default {
|
|
|
app.config.globalProperties.$etcpAppInvoicePath = ETCP_APP_INVOICE_PATH;
|
|
|
// 静态图片前缀(不用改)
|
|
|
app.config.globalProperties.$staticPicUrl = 'https://hafeng-admin.oss-cn-beijing.aliyuncs.com';
|
|
|
- // app.config.globalProperties.$wx = wx;
|
|
|
- // app.config.globalProperties.wx = wx;
|
|
|
- // app.config.globalProperties.$wx = window.wx;
|
|
|
+ app.config.globalProperties.$wx = wx;
|
|
|
+ app.config.globalProperties.wx = wx;
|
|
|
+ app.config.globalProperties.$wx = window.wx;
|
|
|
app.config.globalProperties.$store = store;
|
|
|
app.config.globalProperties.$request = request;
|
|
|
app.config.globalProperties.isAlipayClient = window.isAlipayClient;
|