Browse Source

update qrcode

lrf402788946 5 năm trước cách đây
mục cha
commit
d0ea03a48c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/plugins/setting.js

+ 1 - 1
src/plugins/setting.js

@@ -2,7 +2,7 @@ import Vue from 'vue';
 
 Vue.config.weixin = {
   // baseUrl: process.env.BASE_URL + 'weixin',
-  baseUrl: 'http://smart.cc-lotus.info/weixin',
+  baseUrl: `http://${location.host}/weixin`,
 };
 
 Vue.config.stomp = {