From d99f2acfa53077b3d97a43490ea1356bc9de884c Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期一, 08 七月 2024 10:53:34 +0800 Subject: [PATCH] feat:部门新增 --- vue.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index 5268e98..eb70b65 100644 --- a/vue.config.js +++ b/vue.config.js @@ -20,6 +20,7 @@ proxy: { '/api': { // target: 'http://192.168.3.87:8085', + // target: 'http://192.168.3.88:8085', target: 'http://localhost:8085', changeOrigin: true } -- Gitblit v1.8.0