Explorar el Código

fix:把环境切换成正式环境。

“HeShaoZe” hace 5 meses
padre
commit
801f57caf4
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

@@ -1,7 +1,7 @@
 class Constants {
   Constants._();
 
-  static const String env = envTest;
+  static const String env = envProd;
 
   static const String envDev = 'dev';