From da620c6334f99535e0748555ae75feed368cf8b4 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 06 五月 2022 18:56:22 +0800 Subject: [PATCH] 功能完善 --- flutter_module/lib/utils/ui_constant.dart | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/flutter_module/lib/utils/ui_constant.dart b/flutter_module/lib/utils/ui_constant.dart index 5913ffa..9f7f361 100644 --- a/flutter_module/lib/utils/ui_constant.dart +++ b/flutter_module/lib/utils/ui_constant.dart @@ -21,11 +21,11 @@ //闅愮鏀跨瓥閾炬帴 static const String PRIVACY_URL = - "http://h5.hanju.goxcw.com/hanju/privacy_ios.html"; + "http://web.dsp.yeshitv.com/privacy.html"; //鐢ㄦ埛鍗忚閾炬帴 static const String PROTOCOL_URL = - "http://h5.hanju.goxcw.com/hanju/user_protocol_ios.html"; + "http://web.dsp.yeshitv.com/user_protocol.html"; //寰俊 static const String WX_APPID = "wxd930ea5d5a228f5f"; @@ -33,10 +33,6 @@ static const String APP_DOWNLOAD_LINK = "https://a.app.qq.com/o/simple.jsp?pkgname=com.dw.zzql"; - - - static const String MAP_LINK = - "http://web.location.izzql.com/map/map.html"; } -- Gitblit v1.8.0