diff --git a/making_school_asignment_app/lib/common/config/request_config.dart b/making_school_asignment_app/lib/common/config/request_config.dart index a101124..66ba00f 100644 --- a/making_school_asignment_app/lib/common/config/request_config.dart +++ b/making_school_asignment_app/lib/common/config/request_config.dart @@ -9,8 +9,8 @@ import 'package:making_school_asignment_app/common/job/common/base_page.dart'; class RequestConfig { - // static const _devBaseUrl = "http://192.168.2.119:1091"; // 开发 - static const _devBaseUrl = "https://dpc-teacher-api.23544.com"; // 开发 + static const _devBaseUrl = "http://192.168.2.119:1091"; // 开发 + // static const _devBaseUrl = "https://dpc-teacher-api.23544.com"; // 开发 // static const _proBaseUrl = "http://192.168.2.119:1091"; // 生产 static const _proBaseUrl = "https://dpc-teacher-api.23544.com"; // 生产 static const imgUrl = 'https://dpc-job-oss.23544.com/';