Explorar el Código

[feat]切换回测试环境

hezihao hace 7 meses
padre
commit
b5c7dcc1e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/data/consts/constants.dart

+ 1 - 1
lib/data/consts/constants.dart

@@ -3,7 +3,7 @@ import '../../utils/mmkv_util.dart';
 class Constants {
   Constants._();
 
-  static const String env = envProd;
+  static const String env = envDev;
 
   static const String envDev = 'dev';