Blame view

lib/common/request/basic_config.dart 78 Bytes
50c66ad6   liangchengyou   feat:开发环境配置文件
1
  class BasicConfig {
fc75f209   liangchengyou   feat:修改代码
2
     bool isTestDev = true;
e55bbdf3   Key   fixed: aliyun oss...
3
     // bool isTestDev = false;
795acc7e   Key   feat: aliyun oss ...
4
  }