From d13efc10f2a59705f142d24c5b05f925b7f9b131 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 12 十一月 2025 18:05:15 +0800
Subject: [PATCH] fix: 四流
---
package.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index a959c0d..cab210c 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"build:staging": "cross-env vite build --mode staging",
"build:jx:staging": "cross-env VITE_AppType=jx vite build --mode staging",
"build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging",
+ "build:jx:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=jx vite build --mode staging",
"preview": "vite preview",
"prepare": "husky install",
"lint": "eslint --ext .vue --ext .js --ext .ts src/",
@@ -23,7 +24,7 @@
"dependencies": {
"@bole-12333/chat-kit": "latest",
"@bole-12333/customer-chat": "latest",
- "@bole-core/components": "latest",
+ "@bole-core/components": "^1.3.22",
"@bole-core/core": "latest",
"@bole-core/pretty-layout": "latest",
"@bole-core/sass-utils": "latest",
--
Gitblit v1.9.1