From 6d4df5cbb1def7e0da95fe9cdd8570e9019a6033 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 03 Nov 2021 15:40:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

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

diff --git a/vue.config.js b/vue.config.js
index 41bf142..aabc55c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -27,8 +27,8 @@
         proxy: {
             '/api': {
                 // 本地服务接口地址
-                // target: 'http://localhost:81',
-                target: 'http://192.168.0.114:81',//钟日健W
+                target: 'http://localhost:81',
+                // target: 'http://192.168.0.114:81',//钟日健W
                 // target: 'http://localhost:81', //原W
                 // target: 'http://192.168.0.108:81',//原W
                 // target: 'http://192.168.0.107:81',//唐N

--
Gitblit v1.9.3