From 6fe1921d3958191e6dd6f36c7a609586d5255d1d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 11:21:46 +0800
Subject: [PATCH] +活动地图更改
---
vue.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 59b956a..ea57294 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -26,7 +26,8 @@
proxy: {
"/api": {
//本地服务接口地址
- target: "http://192.168.0.107:80",
+ // target: "http://192.168.0.107:80",
+ target: "http://171.34.197.243:790",
// target: 'http://localhost:80',
//远程演示服务地址,可用于直接启动项目
//target: 'https://saber.bladex.vip/api',
--
Gitblit v1.9.3