瀏覽代碼

[fit]合并问题

zk 7 月之前
父節點
當前提交
c7d0fc9cae
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      lib/data/consts/web_url.dart

+ 0 - 3
lib/data/consts/web_url.dart

@@ -17,9 +17,6 @@ class WebUrl {
 
   static const String _shareUrl = "https://ssdw.myaskai.cn/#/";
 
-  static String get privacyPolicy => _privacyPolicy;
-  static const String _customUrl = "https://qiyu-kefu.atmob.com";
-
   static String get privacyPolicy => Platform.isIOS? _privacyPolicyIos : _privacyPolicy;
 
   static String get userAgreement => Platform.isIOS? _userAgreementIos : _userAgreement;