From 0b67f34a892a8246c5502bd4aed3dfd7a3c9b2cf Mon Sep 17 00:00:00 2001 From: yuxin-pc Date: Tue, 10 Jun 2025 14:11:38 +0800 Subject: [PATCH] Update vue.config.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在线版配置 --- oscm/board/vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oscm/board/vue.config.js b/oscm/board/vue.config.js index 5dfb092..9b8c4aa 100644 --- a/oscm/board/vue.config.js +++ b/oscm/board/vue.config.js @@ -3,8 +3,8 @@ module.exports = { devServer: { host: '0.0.0.0', port: 8080, - proxy: 'http://127.0.0.1:8081' - // proxy: 'http://38.54.94.107:28081' + // proxy: 'http://127.0.0.1:8081' + proxy: 'http://38.54.94.107:28081' }, chainWebpack: config => { config.plugin('html')