Browse Source

update qrcode

lrf402788946 5 years ago
parent
commit
d0ea03a48c
1 changed files with 1 additions and 1 deletions
  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 = {