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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 6040103..5822a18 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,7 +3,7 @@
const defaultSettings = require("./src/settings.js");
// 浠g悊鐩爣鍦板潃锛堝悗绔湇鍔★級锛屼緥濡�: http://172.17.0.1:8080
// 鍚姩鏃跺彲閫氳繃鐜鍙橀噺瑕嗙洊锛歏UE_APP_PROXY_TARGET=...
-const baseUrl = process.env.VUE_APP_PROXY_TARGET || "http://1.15.17.182/:9031";
+const baseUrl = process.env.VUE_APP_PROXY_TARGET || "http://1.15.17.182:9031";
function resolve(dir) {
return path.join(__dirname, dir);
@@ -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