Explorar el Código

[new]envProd环境

zk hace 4 meses
padre
commit
f8007e64f3
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';