From 1e18f0bcee0358e13c0e2cb750d17cd7ef5bf4d6 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期一, 07 八月 2023 17:55:21 +0800 Subject: [PATCH] 油烟检测系统 --- package.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index d200ac1..3584f60 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build": "run-p build-only", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", @@ -14,6 +14,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.1.0", "axios": "^1.4.0", + "axiosInstance": "^1.4.0", "echarts": "^5.4.2", "element-plus": "^2.3.6", "pinia": "^2.1.3", -- Gitblit v1.9.3