From 9f880b5f6d08ad418ba11f4280505c7a41ec3807 Mon Sep 17 00:00:00 2001 From: 张诺 <2864490065@qq.com> Date: 星期四, 24 七月 2025 10:38:22 +0800 Subject: [PATCH] 完善 设备领用 用户归还完毕不显示归还按钮 --- package.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 822f0f8..ed8607f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "dev": "vite", - "build:prod": "vite build", + "build": "vite build", "build:stage": "vite build --mode staging", "preview": "vite preview" }, @@ -34,6 +34,7 @@ "nprogress": "0.2.0", "pinia": "2.1.7", "print-js": "^1.6.0", + "qr-scanner": "^1.4.2", "qrcode": "^1.5.4", "splitpanes": "3.1.5", "vue": "3.4.31", -- Gitblit v1.9.3