From 33889c6b19467e2f8dae9990359704adc6e3419d Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 07 七月 2024 22:13:49 +0800 Subject: [PATCH] 部门管理树状 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1aa204f..eb70b65 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,9 +19,9 @@ hotOnly: false, proxy: { '/api': { - target: 'http://192.168.3.87:8085', + // target: 'http://192.168.3.87:8085', // target: 'http://192.168.3.88:8085', - // target: 'http://localhost:8085', + target: 'http://localhost:8085', changeOrigin: true } } -- Gitblit v1.8.0