瀏覽代碼

切换正式环境

liukai 4 月之前
父節點
當前提交
af5e9064bc
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      app/android/key.properties
  2. 二進制
      app/android/key/yyemployer.jks
  3. 3 3
      packages/cs_domain/lib/constants/api_constants.dart

+ 1 - 1
app/android/key.properties

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

二進制
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';
 
 
 // =========================== 用户相关 ↓=========================================