feat:增加回到顶部功能

This commit is contained in:
2025-07-24 16:50:50 +08:00
parent 7da3ec9507
commit 502bb9df52
9 changed files with 254 additions and 62 deletions

View File

@@ -4,4 +4,5 @@ class AppConfig {
// http://192.168.1.3:8100
// http://14.103.235.151:81/food-service
static const String baseApiUrl = "http://14.103.235.151:81/food-service";
// static const String baseApiUrl = "http://172.29.101.108:8100";
}