瀏覽代碼

新版本

yangyang 2 年之前
父節點
當前提交
50df060cd2
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/common/utils/DioUtil.dart
  2. 1 1
      pubspec.yaml

+ 1 - 1
lib/common/utils/DioUtil.dart

@@ -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;

+ 1 - 1
pubspec.yaml

@@ -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'