From 77ee4ed717da0d0b5a1d91c5a85cf4e6fc3e4783 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期五, 30 十二月 2022 20:12:05 +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