From e8a728024b32be3d227e406c13aee47bb254d10f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 09:05:33 +0800
Subject: [PATCH] 视频,地图等相关修改
---
vue.config.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index dc6a794..413d819 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -31,6 +31,9 @@
//远程演示服务地址,可用于直接启动项目
// target: 'http://2h3f861221.wicp.vip:58646',
target: 'http://192.168.0.109:82',
+ // target: 'http://s16s652780.51mypc.cn/api',
+ // 服务器使用
+ // target: 'http://localhost:82',
ws: true,
pathRewrite: {
'^/api': '/'
--
Gitblit v1.9.3