From 68f28efd7c0c09b3ea8a2a1876c956c17d1a8d37 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 19 一月 2020 15:13:39 +0800 Subject: [PATCH] 2020-01-19 --- src/setupProxy.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/setupProxy.js b/src/setupProxy.js index e2434ee..4e1eb1e 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -1,6 +1,8 @@ const proxy = require('http-proxy-middleware') const host = 'http://qingqiumarket.cn' const service = 'mkwms/' +// const host = 'http://cloud.mk9h.cn' +// const service = '' module.exports = function(app) { app.use(proxy('/webapi', { -- Gitblit v1.8.0