Bläddra i källkod

切换正式环境

liukai 4 månader sedan
förälder
incheckning
af5e9064bc

+ 1 - 1
app/android/key.properties

@@ -1,4 +1,4 @@
-storeFile=../key/yybusiness.jks
+storeFile=../key/yyemployer.jks
 storePassword=123456
 keyAlias=guadou
 keyPassword=123456

BIN
app/android/key/yyemployer.jks


+ 3 - 3
packages/cs_domain/lib/constants/api_constants.dart

@@ -2,13 +2,13 @@
 
 class ApiConstants {
   //当前服务器环境
-  static const isServerRelease = false;
+  static const isServerRelease = true;
 
   //越南的域名
-  static const baseUrl = isServerRelease ? 'http://vietnam.casualabour.com' : 'http://vietnam-dev.casualabour.com';
+  static const baseUrl = isServerRelease ? 'https://vietnam.casualabour.com' : 'http://vietnam-dev.casualabour.com';
 
   //新加坡的域名
-  static const sgBaseUrl = isServerRelease ? 'http://singapore.casualabour.com' : 'http://singapore-dev.casualabour.com';
+  static const sgBaseUrl = isServerRelease ? 'https://singapore.casualabour.com' : 'http://singapore-dev.casualabour.com';
 
 
 // =========================== 用户相关 ↓=========================================