From 4e689d25290ee7e4abf916a83ea9062b57f955d7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Sep 2021 20:31:50 +0800
Subject: [PATCH] vueconfig

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

diff --git a/vue.config.js b/vue.config.js
index 06503e4..4b56486 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -33,9 +33,9 @@
                 // target: 'http://s16s652780.51mypc.cn/api',
                 // target: 'http://192.168.0.114:82',
                 // target: 'http://192.168.0.108:82',
-                // target: 'http://s16s652780.51mypc.cn/api',
+                target: 'http://s16s652780.51mypc.cn/api',
                 // 服务器使用
-                target: 'http://localhost:82',
+                // target: 'http://localhost:82',
                 ws: true,
                 pathRewrite: {
                     '^/api': '/'
@@ -43,4 +43,4 @@
             }
         }
     }
-};
\ No newline at end of file
+};

--
Gitblit v1.9.3