From 3ca91a731665962918a026f521c556f4745ebf35 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 16 十一月 2020 19:20:19 +0800
Subject: [PATCH] 2020-11-16

---
 src/setupProxy.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/setupProxy.js b/src/setupProxy.js
index 1aca9db..96428c2 100644
--- a/src/setupProxy.js
+++ b/src/setupProxy.js
@@ -1,8 +1,6 @@
 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