From e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 26 八月 2024 18:11:07 +0800
Subject: [PATCH] 最新版本
---
admin/package.json | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/admin/package.json b/admin/package.json
index b47b3e7..b4331b6 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -4,9 +4,10 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
- "dev": "vue-cli-service serve",
+ "pro": "vue-cli-service serve --mode production",
+ "test": "vue-cli-service serve --mode test",
"build": "vue-cli-service build --mode production",
- "build:staging": "vue-cli-service build --mode test",
+ "build:test": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint",
"fix": "eslint --ext .js,.vue src --fix"
},
@@ -26,6 +27,7 @@
"qrcodejs2": "0.0.2",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
+ "vue-cropper": "^0.6.5",
"vue-json-viewer": "^2.2.22",
"vue-router": "^3.5.1",
"vuescroll": "^4.17.3",
--
Gitblit v1.9.3