From f2eb32997b3b398948f3a4f71d24254f4edfeb9a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Jul 2021 09:06:25 +0800
Subject: [PATCH] 保安管理
---
vue.config.js | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 91b7bf7..2721b03 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -4,5 +4,24 @@
devServer: {
disableHostCheck: true
}
- }
+ },
+ // devServer: {
+ // port: 1888,
+ // // disableHostCheck: true,
+ // proxy: {
+ // '/api': {
+ // //本地服务接口地址
+ // // target: 'http://localhost',
+ // // target: 'http://192.168.0.114:81',//钟W
+ // target: 'http://192.168.0.109:81',//tangW
+ // // target: 'http://192.168.0.104:80',//唐N
+ // //远程演示服务地址,可用于直接启动项目
+ // // target: 'https://saber.bladex.vip/api',
+ // ws: true,
+ // pathRewrite: {
+ // '^/api': '/'
+ // }
+ // }
+ // }
+ // }
}
--
Gitblit v1.9.3