From 21db24f828f6647c9a9e93f1d6fdfaf686d42c1f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jul 2021 21:13:00 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfptweb-publicSecurity

---
 vue.config.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 6ab5d84..396ace9 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -37,9 +37,10 @@
       '/api': {
         //本地服务接口地址
         target: 'http://s16s652780.51mypc.cn/api/',
+        //target: 'http://172.20.10.2:82/',
         //target: 'https://web.byisf.com/api/',
         //远程演示服务地址,可用于直接启动项目
-        // target: 'https://saber.bladex.vip/api',
+        //target: 'https://saber.bladex.vip/api',
         ws: true,
         pathRewrite: {
           '^/api': '/'

--
Gitblit v1.9.3