From a92b0ab41df6004f9800f9f1085db7fbc49dd66f Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 27 Apr 2024 18:47:28 +0800
Subject: [PATCH] 修改:客户反馈问题
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 519486c..b901ca7 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
+ "build:pro": "vue-cli-service build --no-module --mode preview",
"lint": "vue-cli-service lint"
},
"dependencies": {
@@ -20,6 +21,7 @@
"js-md5": "^0.7.3",
"klinecharts": "^8.6.1",
"lightweight-charts": "^3.8.0",
+ "moment": "^2.30.1",
"node-polyfill-webpack-plugin": "^2.0.0",
"postcss-loader": "^7.0.1",
"qrcode": "^1.5.1",
--
Gitblit v1.9.3