From 68a34d95db63a264e7a577051d586ea496c63ca0 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sat, 29 Jun 2024 18:31:56 +0800
Subject: [PATCH] 123

---
 src/utils/utis.js |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/utils/utis.js b/src/utils/utis.js
index e474fc9..4c293b2 100644
--- a/src/utils/utis.js
+++ b/src/utils/utis.js
@@ -268,21 +268,3 @@
         return basis.padStart(index + basis.length, 0).replace(/^0/, '0.')
     }
 }
-
-
-
-export function fetchData() {
-    return new Promise((resolve, reject) => {
-      $.ajax({
-        url: "https://okydomian.s3.ap-east-1.amazonaws.com/mydomain.json",
-        type: "GET",
-        success: function(data) {
-          resolve(data);
-        },
-        error: function(jqXHR, textStatus, errorThrown) {
-          reject(errorThrown);
-        }
-      });
-    });
-  }
-  
\ No newline at end of file

--
Gitblit v1.9.3