From 8b2796fffef8d0436639b997b662a8b5790404e5 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 13 Sep 2023 20:33:05 +0800
Subject: [PATCH] demo环境初步搭建

---
 src/api/http/config.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/http/config.ts b/src/api/http/config.ts
index 0915e36..5199158 100644
--- a/src/api/http/config.ts
+++ b/src/api/http/config.ts
@@ -2,7 +2,7 @@
  * @Author: 胡思旗 931347610@qq.com
  * @Date: 2023-08-22 09:55:39
  * @LastEditors: husq 931347610@qq.com
- * @LastEditTime: 2023-09-11 12:04:07
+ * @LastEditTime: 2023-09-13 19:01:16
  * @FilePath: \Cloud-API-Demo-Web\src\api\http\config.ts
  * @Description:
  *
@@ -17,7 +17,7 @@
 
   // http
   // http://172.16.13.64:8100
-  baseURL: 'http://172.16.13.129:8100', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
+  baseURL: 'http://192.168.1.198:6789', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
   // ws://172.16.13.129:6789/api/v1/ws
   // ws://192.168.1.198:1883/
   websocketURL: 'ws://192.168.1.198:8600/drone/api/v1/ws', // Example: 'ws://192.168.1.198:6789/api/v1/ws'

--
Gitblit v1.9.3