From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +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