From 8b3c4bce785c19fe6435efff292afafc08b44683 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 15 十一月 2024 19:59:07 +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 2f331d6..e0fddbe 100644 --- a/billion-ui/vue.config.js +++ b/billion-ui/vue.config.js @@ -36,7 +36,7 @@ proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8080`, + target: `http://localhost:8083`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.3