From 3c5de84ea842c28d738e2b53529f1b524af7ecfb Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期日, 28 四月 2024 14:18:29 +0800 Subject: [PATCH] 考核结果二级页面 --- vue.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index 25a83fd..4d77887 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,6 +38,7 @@ target: `http://localhost:8080`, // target: `http://192.168.3.64:8080`, // target: `http://192.168.3.87:8080`, + // target: `http://192.168.3.88:8085`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.8.0