From fa2872c51e7a8f6ff9ebb52cdf0fcb188610b3da Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Feb 2022 16:07:06 +0800
Subject: [PATCH] +加法人变更类别  7

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

diff --git a/vue.config.js b/vue.config.js
index 5e5396b..b7d571b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -18,7 +18,9 @@
     entry.add('@/mock').end();
   },
   css: {
-    extract: { ignoreOrder: true }
+    extract: {
+      ignoreOrder: true
+    }
   },
   //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
   devServer: {
@@ -26,10 +28,11 @@
     proxy: {
       '/api': {
         //本地服务接口地址
-        // target: 'http://localhost:81',
+        target: 'http://localhost:81',
         //远程演示服务地址,可用于直接启动项目
         // target: 'https://saber.bladex.vip/api',
-        target: 'http://192.168.0.103:81',
+        // target: "http://223.82.109.183:2080/api",
+        // target: 'http://192.168.0.103:81',
         ws: true,
         pathRewrite: {
           '^/api': '/'

--
Gitblit v1.9.3