From c765784d2d2d4db55bfcb629cc3f6ec0b57dddcc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 26 Feb 2022 22:34:41 +0800
Subject: [PATCH] 样式
---
store/apiConfig.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/store/apiConfig.js b/store/apiConfig.js
index 7cd0aa0..00b8b68 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:83/';
+// var wsapi = 'ws://192.168.0.222:9034/websocket';
export default {
api: api,
--
Gitblit v1.9.3