Browse Source

chang url

liuyuqi-cnb 1 week ago
parent
commit
42b7237bb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/constants.dart

+ 1 - 1
lib/constants.dart

@@ -7,7 +7,7 @@ library;
 /// - Web / 桌面 / iOS 模拟器用 http://localhost:3000
 const String kApiBaseUrl = String.fromEnvironment(
   'API_BASE_URL',
-  defaultValue: 'http://localhost:3000',
+  defaultValue: 'https://t55.ok.yoqi.me',
 );
 
 /// 微信开放平台 AppID(真实接入时替换)