meixifrontserve 0.7.94 → 0.7.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,7 @@
39
39
  "meixigoodstablecontrol": "^0.3.46",
40
40
  "meixihandlerecorde": "0.0.8",
41
41
  "meixihelpmenu": "0.0.2",
42
- "meixilayout": "^0.3.8",
42
+ "meixilayout": "^0.3.9",
43
43
  "meixirequestts": "^0.2.2",
44
44
  "meixisetting": "0.1.6",
45
45
  "meixistepbar": "0.0.6",
@@ -2,8 +2,8 @@ const urlConfig = {
2
2
  // 开发环境需要具体的ip地址与端口号
3
3
  serveByDev: {
4
4
  urlPrefixes: [],
5
- authUrl: 'auth.wubangtu.xyz/login',
6
- wsUrl: 'ws://gateway.wubangtu.xyz:9999/ws/websocket/mxapp'
5
+ authUrl: 'auth.dev.meixioa.com/login',
6
+ wsUrl: 'ws://gateway.dev.meixioa.com/ws/websocket/mxapp'
7
7
  },
8
8
  serveByTest: {
9
9
  urlPrefixes: [],
@@ -12,7 +12,7 @@ const urlConfig = {
12
12
  },
13
13
  beta: {
14
14
  urlPrefixes: ['wubangtu', 'xyz'],
15
- authUrl:'auth.wubangtu.xyz/login',
15
+ authUrl:'auth.dev.meixioa.com/login',
16
16
  wsUrl: 'ws://gateway.wubangtu.xyz:9999/ws/websocket/mxapp'
17
17
  },
18
18
  pre: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.7.94",
3
+ "version": "0.7.96",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -1,6 +1,6 @@
1
1
  const apiConfig = {
2
- 'dev': "http://meixi.wubangtu.xyz/api",
3
- 'beta': "http://meixi.wubangtu.xyz/api",
2
+ 'dev': "http://meixi.dev.meixioa.com/api",
3
+ 'beta': "http://meixi.dev.meixioa.com/api",
4
4
  "pre": "http://pre2.oaadmin.meixioa.com/api",
5
5
  "prod": "https://oaadmin.meixioa.com/api"
6
6
  }