From 76a2cda5327be91041903b491ee729707e2004c1 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 12 二月 2025 10:36:56 +0800 Subject: [PATCH] 过站采集页面新增 --- billion-ui/vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/billion-ui/vue.config.js b/billion-ui/vue.config.js index e01fb44..2a005c8 100644 --- a/billion-ui/vue.config.js +++ b/billion-ui/vue.config.js @@ -37,7 +37,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.20.9:8080`, + target: `http://127.0.0.1:8081`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3