@dazhicheng/common 1.0.23 → 1.0.24

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 +1 -1
  2. package/package.json +1 -1
package/.env CHANGED
@@ -20,4 +20,4 @@ VITE_OPEN_ROUTE_INFO = false
20
20
  VITE_LOCK_ENCRYPT_KEY = s3cur3k3y4adpro
21
21
 
22
22
  # 飞书扫码登录回调地址
23
- VITE_FEISHU_REDIRECT_URI = http://120.76.61.203:13000/feishuOAuth
23
+ VITE_FEISHU_REDIRECT_URI = http://fulfillment-qd.tiantai-jp.com:13006/feishuOAuth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",