@@ -35,7 +35,7 @@ class DioUtil {
DioUtil._internal() {
// 初始化基本选项
BaseOptions options = BaseOptions(
- baseUrl: 'https://fqgz.flowbb.cn:7070/system-api/',
+ baseUrl: 'http://172.30.5.183/system-api/',
connectTimeout: connectTimeout,
receiveTimeout: receiveTimeout);
_instance = this;
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 1.0.0+1
+version: 1.0.1+2
environment:
sdk: '>=2.18.6 <3.0.0'