GitLab
liangchengyou
/
wow_english
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
edee10b3f29625e35db7965e5e27feded769b5aa
Authored by
xiaoyu
2024-10-28 15:57:28 +0800
1 parent
d3c2451d
wow测试环境访问不通 改为一直访问正式环境
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/common/request/basic_config.dart
lib/common/request/basic_config.dart
View file @
edee10b
1
1
import 'package:flutter/foundation.dart';
2
2
3
3
class BasicConfig {
4
- static bool isTestDev = !isEnvProd();
5
- //static bool isTestDev = false;
4
+ // static bool isTestDev = !isEnvProd();
5
+ static bool isTestDev = false;
6
6
7
7
// 暂时未启用
8
8
static bool isEnvProd() {
...
...