From 3943fb7b5eae746aeb33d4da02a443f9d92afde9 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 25 Oct 2021 14:34:19 +0800
Subject: [PATCH] 添加字段 Map地图增加
---
vue.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index aabc55c..41bf142 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