From 9d5a91f5382f2cc626ad1bca1b36cd67a5c2182d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 28 三月 2024 11:41:59 +0800
Subject: [PATCH] 否则会影响其他页面
---
package.json | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index e7597d3..1925ac5 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,9 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
+ "lint": "vue-cli-service lint",
+ "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
+ "test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^1.4.0",
@@ -13,6 +15,7 @@
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"element-ui": "^2.15.13",
+ "js-cookie": "^3.0.5",
"lodash": "^4.17.19",
"qs": "^6.11.2",
"save": "^2.9.0",
--
Gitblit v1.8.0