Browse Source

springcloud 分别移到开发 测试环境配置文件

pzc 4 years ago
parent
commit
4f7725cc41
3 changed files with 6 additions and 5 deletions
  1. 1 1
      UI/src/utils/config.js
  2. 4 3
      UI/src/utils/config_test.js
  3. 1 1
      mpwechatApp/README.md

+ 1 - 1
UI/src/utils/config.js

@@ -8,7 +8,7 @@ const APIV3Auth = 'http://192.168.50.32:13001/oauth2'
 // const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
 // const staticMpAPI = 'http://192.168.50.32:8081'
 const WXAPIV5= 'http://192.168.50.32:13001/qiyewechat'
-const WXMpAPI= 'http://192.168.50.39:8081'
+const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
 const staticMpAPI = 'http://192.168.50.39:8081'
 module.exports =  {
   name: '亮健营销平台',

+ 4 - 3
UI/src/utils/config_test.js

@@ -5,9 +5,10 @@ const APIV4 = 'http://192.168.50.32:8005'
 
 const APIV3Auth = 'http://192.168.50.32:13001/oauth2'
 // const APIV3Auth = 'http://192.168.50.32:8031'
-const WXAPIV5= 'http://192.168.50.32:7000'
-// const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
-const WXMpAPI= 'http://192.168.50.39:8081'
+const WXAPIV5= 'http://192.168.50.32:13001/qiyewechat'
+// const WXAPIV5 = 'http://192.168.50.32:7000'
+const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
+// const WXMpAPI= 'http://192.168.50.39:8081'
 const staticMpAPI = 'http://192.168.50.39:8081'
 
 module.exports =  {

+ 1 - 1
mpwechatApp/README.md

@@ -62,4 +62,4 @@ wx:
 4. 配置微信公众号中的接口地址:http://公网可访问域名/wx/portal/xxxxx (注意,xxxxx为对应公众号的appid值);
 5. 根据自己需要修改各个handler的实现,加入自己的业务逻辑。
 	
--Dhttps.proxyHostWx=219.128.77.86 -Dhttps.proxyPortWx=7002 -Dhttps.proxyUserNameWx=wxliangjian -Dhttps.proxyPassWordWx=liangjian11!@#
+6.jvm 环境变量 -Dhttps.proxyHostWx=219.128.77.86 -Dhttps.proxyPortWx=7002 -Dhttps.proxyUserNameWx=wxliangjian -Dhttps.proxyPassWordWx=liangjian11!@#