From ca5b635736db32c61ee6e2ff319cff54c824a98d Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 01 七月 2024 11:12:23 +0800 Subject: [PATCH] fix:认证问题 --- package.json | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e85247..2af6aae 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "main": "./src/background.js", "scripts": { - "dev": "vite", + "dev": "chcp 65001 && vite", "build": "vite build", "preview": "vite preview", "electron:dev": "vite && electron" @@ -15,6 +15,7 @@ "dayjs": "^1.11.11", "element-plus": "^2.7.3", "lodash": "^4.17.21", + "mockjs": "^1.1.0", "pinia": "^2.1.7", "vue": "^3.4.21", "vue-router": "^4.3.2" @@ -25,13 +26,13 @@ "electron": "^30.0.9", "electron-builder": "^24.13.3", "electron-devtools-installer": "^3.2.0", - "mockjs": "^1.1.0", "postcss": "^8.4.38", "sass": "^1.77.4", "tailwindcss": "^3.4.3", "unplugin-auto-import": "^0.17.6", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.0", - "vite-plugin-electron": "^0.28.7" + "vite-plugin-electron": "^0.28.7", + "vite-plugin-mock": "^3.0.2" } } -- Gitblit v1.8.0