From 53f5367d635ecfde9ceb36fe3bcafa86c32275a8 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Feb 2022 16:41:04 +0800
Subject: [PATCH] +地图更新成uniapp
---
store/apiConfig.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/store/apiConfig.js b/store/apiConfig.js
index 7cd0aa0..0e8db88 100644
--- a/store/apiConfig.js
+++ b/store/apiConfig.js
@@ -1,4 +1,4 @@
-let i = 1;//1是服务器
+let i = 1; //1是服务器
if (i) {
var api = 'http://223.82.109.183:2082/api/';
var wsapi = 'ws://223.82.109.183:2082/wss/websocket';
@@ -7,8 +7,8 @@
var wsapi = 'ws://192.168.0.108:9034/websocket';
}
-// piAPI: 'http://223.82.109.183:2082/api/',
-// piAPI: 'http://192.168.0.108:83/',
+// var api = 'http://192.168.0.222:5500';
+// var wsapi = 'ws://192.168.0.222:5500';
export default {
api: api,
--
Gitblit v1.9.3