From f3c9172e4f82c141a20d3853a9d2bc0158e16048 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期三, 04 一月 2023 17:22:20 +0800 Subject: [PATCH] 合并大屏项目 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 419778d..5921df5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,7 +5,8 @@ devServer: { proxy: { '/api':{ - target:'http://192.168.0.146', + target:'http://183.196.93.178', + //target:'http://127.0.0.1', changeOrigin:true, pathRewrite:{ '/api':'' @@ -13,4 +14,4 @@ } } } -} \ No newline at end of file +} -- Gitblit v1.9.1