zmdms-utils 0.0.13 → 0.0.14

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.
@@ -10,7 +10,7 @@ function getBaseUrl(processObj) {
10
10
  };
11
11
  // file 服务器
12
12
  var fileBaseUrlObj = {
13
- dev: processObj.REACT_APP_FILE_DEV || "http://192.168.0.83:88",
13
+ dev: processObj.REACT_APP_FILE_DEV || "http://192.168.0.134:88",
14
14
  test: processObj.REACT_APP_FILE_TEST || "http://172.55.5.101:33013",
15
15
  stage: processObj.REACT_APP_FILE_STAGE || "https://dzfile-prod.zmd.com.cn",
16
16
  product: processObj.REACT_APP_FILE_PRODUCT || "https://dzfile.zmd.com.cn:8012",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-utils",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
package/src/baseUrl.ts CHANGED
@@ -12,7 +12,7 @@ export function getBaseUrl(processObj: any) {
12
12
 
13
13
  // file 服务器
14
14
  const fileBaseUrlObj: any = {
15
- dev: processObj.REACT_APP_FILE_DEV || "http://192.168.0.83:88",
15
+ dev: processObj.REACT_APP_FILE_DEV || "http://192.168.0.134:88",
16
16
  test: processObj.REACT_APP_FILE_TEST || "http://172.55.5.101:33013",
17
17
  stage: processObj.REACT_APP_FILE_STAGE || "https://dzfile-prod.zmd.com.cn",
18
18
  product: