Browse Source

生产配置

pzc 4 years ago
parent
commit
0872ccc846

BIN
UI/dist1/customMenu/header.png


BIN
UI/dist1/static/default.2e9d4817.png


BIN
UI/dist1/static/hint.944d535d.png


File diff suppressed because it is too large
+ 2 - 2
UI/dist1/umi.css


File diff suppressed because it is too large
+ 1 - 1
UI/dist1/umi.js


+ 4 - 4
UI/src/pages/sellmanage/pushMessage/index.js

@@ -38,10 +38,10 @@ const textButtom = [
   "时间段(七)",
 ]
 const week = [
-  // {
-  //   name: "每天",
-  //   key: 0
-  // },
+  {
+    name: "每天",
+    key: 0
+  },
   {
     name: "周一",
     key: 1

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

@@ -4,10 +4,10 @@ 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:13001/qiyewechatTest'
+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 staticCpApi = 'http://192.168.50.32:13001/qiyewechatTest'
+const staticCpApi = 'http://192.168.50.32:13001/qiyewechat'
 
 // const APIV3Auth = 'http://192.168.50.32:8031'
 // const WXAPIV5= 'http://localhost:7000'

+ 1 - 0
UI/src/utils/config_prod.js

@@ -5,6 +5,7 @@ const APIV4 = 'http://119.130.113.245:8005'
 
 const APIV3Auth = 'http://mem.360lj.com:13000/oauth2'
 const WXAPIV5= 'http://mem.360lj.com:13000/qiyewechat'
+const WXMpAPI= 'http://mem.360lj.com:13000/mpwechat'
 const staticMpAPI = 'http://mem.360lj.com:13000/mpwechat'
 const staticCpApi = 'http://mem.360lj.com:13000/qiyewechat'
 module.exports =  {