@dazhicheng/common 1.0.24 → 1.0.25
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.
- package/.env.dev +1 -1
- package/.env.test +1 -1
- package/.gitlab-ci.yml +1 -0
- package/package.json +1 -1
package/.env.dev
CHANGED
|
@@ -10,7 +10,7 @@ VITE_API_URL = dev-api
|
|
|
10
10
|
VITE_DROP_CONSOLE = true
|
|
11
11
|
|
|
12
12
|
# 飞书扫码登录回调地址
|
|
13
|
-
# VITE_FEISHU_REDIRECT_URI = http://
|
|
13
|
+
# VITE_FEISHU_REDIRECT_URI = http://fulfillment-qd.tiantai-jp.com:13006/feishuOAuth
|
|
14
14
|
|
|
15
15
|
# webSocket地址
|
|
16
16
|
VITE_WEBSOCKET_URL = ws://192.168.128.215:11000
|
package/.env.test
CHANGED
|
@@ -10,7 +10,7 @@ VITE_API_URL = test-api
|
|
|
10
10
|
VITE_DROP_CONSOLE = true
|
|
11
11
|
|
|
12
12
|
# 飞书扫码登录回调地址
|
|
13
|
-
VITE_FEISHU_REDIRECT_URI = http://
|
|
13
|
+
VITE_FEISHU_REDIRECT_URI = http://fulfillment-qd.tiantai-jp.com:23006/feishuOAuth
|
|
14
14
|
|
|
15
15
|
# webSocket地址
|
|
16
16
|
VITE_WEBSOCKET_URL = ws://116.6.49.180:11001
|
package/.gitlab-ci.yml
CHANGED
|
@@ -15,6 +15,7 @@ variables:
|
|
|
15
15
|
script:
|
|
16
16
|
- npm install -g pnpm@latest
|
|
17
17
|
- pnpm config set registry https://registry.npmmirror.com
|
|
18
|
+
- pnpm config set @dazhicheng:registry https://registry.npmjs.org
|
|
18
19
|
- pnpm install --no-frozen-lockfile
|
|
19
20
|
- pnpm up:dzc
|
|
20
21
|
- pnpm "build:${NODE_ENV}"
|