@dazhicheng/common 1.0.35 → 1.0.36

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.
Files changed (2) hide show
  1. package/.env.development +2 -2
  2. package/package.json +1 -1
package/.env.development CHANGED
@@ -10,8 +10,8 @@ VITE_MOCK_ENABLED = true
10
10
  # 代理目标地址(开发环境通过 Vite 代理转发请求到此地址,解决跨域问题)
11
11
 
12
12
  # 域名
13
- VITE_API_PROXY_URL_DEV = http://fulfillment-dev.tiantai-jp.com:11000/
14
- VITE_API_PROXY_URL_TEST = http://fulfillment-test.tiantai-jp.com:11000/
13
+ VITE_API_PROXY_URL_dev = http://fulfillment-dev.tiantai-jp.com:11000/
14
+ VITE_API_PROXY_URL_test = http://fulfillment-test.tiantai-jp.com:11000/
15
15
 
16
16
 
17
17
  <<<VITE_API_PROXY_URL>>>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",