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;