From 6917b32c193dddbe8ba29ebf6934bab0bd1ae4eb Mon Sep 17 00:00:00 2001 From: laiiihz Date: Mon, 8 Feb 2021 15:28:45 +0800 Subject: [PATCH] migrate local server to online server --- lib/constants/api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants/api.dart b/lib/constants/api.dart index 64ee06fa..4d487fea 100644 --- a/lib/constants/api.dart +++ b/lib/constants/api.dart @@ -1,6 +1,6 @@ class API { ///HOST - static const String host = 'http://192.168.2.201:8804'; + static const String host = 'http://test.akuhotel.com:8804'; ///接口基础地址 static const String baseURL = '$host/IntelligentCommunity/app';