From 37a6ace3b51bc1d7bb562242c8a70b51ba3b6680 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 18 三月 2020 13:23:09 +0800 Subject: [PATCH] 调整上传和时间限制 --- vue.config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2995520..af8c4d2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,9 @@ devServer: { proxy: { '/api/api': { - target: 'http://srs.highdatas.com:8090', + //target: 'http://srs.highdatas.com:8090', + target: 'http://fcfhyi.natappfree.cc', + changeOrigin: true, ws: true, pathRewrite: { -- Gitblit v1.8.0