From 85f7bdb64b1f8b0fdaf58355a4f3fc389ec26ad0 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 18 十一月 2025 16:00:00 +0800
Subject: [PATCH] feat: 新增审核撤回日志
---
package.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 43d82e4..09d360c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "rlzy-web",
"private": true,
- "version": "1.0.0",
+ "version": "3.4.2",
"scripts": {
"dev": "cross-env vite",
"dev:jx": "cross-env VITE_AppType=jx vite",
@@ -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.23",
"@bole-core/core": "latest",
"@bole-core/pretty-layout": "latest",
"@bole-core/sass-utils": "latest",
@@ -47,7 +48,7 @@
"css-color-function": "^1.3.3",
"dayjs": "^1.11.5",
"echarts": "^5.5.1",
- "element-plus": "^2.8.4",
+ "element-plus": "^2.9.7",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
--
Gitblit v1.9.1