Files
CompanyProject/滴滴淘/ddt_flutter/lib/http/config.dart
2024-09-27 01:32:49 +08:00

6 lines
210 B
Dart
Executable File

// ignore: camel_case_types
class config {
static const String BASE_URL = "http://192.168.0.104:3000";
//static const String BASE_URL = "https://www.geekhelp.cn";
static const String testUrl = "/index";
}