From aa2210a9fec0e32df76e54e9e4e7a7110af2fd1e Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 18 七月 2025 15:55:00 +0800 Subject: [PATCH] 1.巡检上传-提交字段修改 --- 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