whc 4 years ago
parent
commit
d7c0c06818
1 changed files with 4 additions and 4 deletions
  1. 4 4
      UI/src/utils/config.js

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

@@ -5,13 +5,13 @@ const APIV4 = 'http://192.168.50.32:8005'
 
 const APIV3Auth = 'http://192.168.50.32:13001/oauth2'
 const WXAPIV5= 'http://192.168.50.32:13001/qiyewechat'
-// const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
-// const staticMpAPI = 'http://192.168.50.32:13001/mpwechat'
+const WXMpAPI= 'http://192.168.50.32:13001/mpwechat'
+const staticMpAPI = 'http://192.168.50.32:13001/mpwechat'
 
 // const APIV3Auth = 'http://192.168.50.32:8031'
 // const WXAPIV5= 'http://localhost:7000'
-const WXMpAPI= 'http://localhost:8081'
-const staticMpAPI= 'http://localhost:8081'
+// const WXMpAPI= 'http://localhost:8081'
+// const staticMpAPI= 'http://localhost:8081'
 module.exports =  {
   name: '亮健营销平台',
   prefix: 'bird',