From a0aa04928b42e1482c6f3e9aebc9c6f1ffe55e74 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 09 Apr 2021 21:12:37 +0800
Subject: [PATCH] 样式调整

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

diff --git a/vue.config.js b/vue.config.js
index d2c49a2..480af14 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -34,7 +34,7 @@
         proxy: {
             '/api': {
                 //本地服务接口地址
-                // target: 'http://192.168.0.111:82/',
+              // target: 'http://localhost:82/',
                 target: 'https://web.byisf.com/api/',
                 //远程演示服务地址,可用于直接启动项目
                 //target: 'https://saber.bladex.vip/api',
@@ -45,4 +45,4 @@
             }
         }
     }
-};
\ No newline at end of file
+};

--
Gitblit v1.9.3