From 32f9807e62a4932c5b6873af32343f10c2fbfa12 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 02 四月 2026 16:45:29 +0800 Subject: [PATCH] fix: 打包配置 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index cbc7e6c..5822a18 100644 --- a/vue.config.js +++ b/vue.config.js @@ -16,7 +16,7 @@ // For example, Mac: sudo npm run // You can change the port by the following method: // port = 9527 npm run dev OR npm run dev --port = 9527 -// 鍥哄畾寮�鍙戞湇鍔$鍙o細纭繚澶栭儴鍙闂� `172.17.0.1:9031` +// 鍥哄畾寮�鍙戞湇鍔$鍙o細纭繚澶栭儴鍙闂� `1.15.17.182:9031` const port = 9001; // dev port // All configuration item explanations can be find in https://cli.vuejs.org/config/ -- Gitblit v1.9.3