From 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 15:59:28 +0800
Subject: [PATCH] first

---
 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