From f9691d544e62d6c04dbfe45d05a6c7bc5e004291 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 29 十二月 2023 11:52:29 +0800
Subject: [PATCH] 服务商

---
 admin/package.json |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/admin/package.json b/admin/package.json
index 44c7272..251122d 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -5,7 +5,7 @@
   "scripts": {
     "serve": "vue-cli-service serve",
     "build:pro": "vue-cli-service build",
-    "build:staging": "vue-cli-service build --mode staging",
+    "build:dev": "vue-cli-service build --mode staging",
     "lint": "vue-cli-service lint",
     "fix": "eslint --ext .js,.vue src --fix"
   },
@@ -25,9 +25,12 @@
     "element-ui": "^2.15.13",
     "js-cookie": "^2.2.1",
     "js-file-download": "^0.4.12",
+    "qrcodejs2": "0.0.2",
     "sass-loader": "^8.0.2",
     "vue": "^2.6.11",
     "vue-clipboard2": "^0.3.3",
+    "vue-print-nb": "^1.7.5",
+    "vue-qr": "^4.0.9",
     "vue-router": "^3.5.1",
     "vuescroll": "^4.17.3",
     "vuex": "^3.4.0"
@@ -47,7 +50,7 @@
     "eslint-plugin-standard": "^4.0.0",
     "eslint-plugin-vue": "^6.2.2",
     "lint-staged": "^9.5.0",
-    "node-sass": "^4.14.1",
+      "node-sass": "^4.14.1",
     "vue-cli-plugin-element-ui": "~1.1.4",
     "vue-template-compiler": "^2.6.14"
   },

--
Gitblit v1.9.3