Explorar el Código

按键精灵自动加入

pzc hace 4 años
padre
commit
1a8dade153
Se han modificado 2 ficheros con 7 adiciones y 6 borrados
  1. 1 0
      .gitignore
  2. 6 6
      UI/src/utils/config.js

+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@
 /UI/src/pages/.umi/
 /UI/dist
 node_modules
+/qiyewechatApp/public/按键精灵自动加人/

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

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