From 81e1bdcf2953c8f91b343c7e59fc40f5a016594d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 14 三月 2025 11:09:56 +0800 Subject: [PATCH] 删除idea配置文件 --- vue.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index dd1ecae..7867c2c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -87,6 +87,7 @@ devServer: { port: 3000, + open:true, // hot: true, // disableHostCheck: true, // overlay: { -- Gitblit v1.9.3