From 3533e7da3372517e90637ce81b7fcc4f1fd54d1a Mon Sep 17 00:00:00 2001 From: Lufaneng Date: Wed, 23 Jul 2025 17:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index b1b59c2..f2c35af 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,7 +13,7 @@ import Inspect from 'vite-plugin-inspect' const pathSrc = path.resolve(__dirname, 'src') // https://vite.dev/config/ export default defineConfig({ - base: 'central-control', + // base: 'central-control', plugins: [ vue(), // vueDevTools(),