Explorar el Código

[new]更改为正式地址

zk hace 1 año
padre
commit
bb4db7e2ca
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

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