From c1fd425d080a988dc7074f957fbb28aa1b85a655 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 5 Sep 2025 10:48:00 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat(=E4=BC=98=E5=8C=96):=20=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E5=8A=A0=E8=BD=BD=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/LoadingView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/LoadingView.vue b/src/views/LoadingView.vue index fc2b54b..df48c41 100644 --- a/src/views/LoadingView.vue +++ b/src/views/LoadingView.vue @@ -60,10 +60,10 @@ const progress = ref(0) // 加载步骤配置 const loadingSteps = [ - { text: 'Connecting to server...', subText: 'Establishing secure connection', duration: 800 }, - { text: 'Loading user data...', subText: 'Retrieving your information', duration: 1000 }, - { text: 'Setting up interface...', subText: 'Preparing your workspace', duration: 600 }, - { text: 'Almost ready...', subText: 'Finalizing setup', duration: 400 } + { text: 'Connecting to server...', subText: 'Establishing secure connection', duration: 200 }, + { text: 'Loading user data...', subText: 'Retrieving your information', duration: 300 }, + { text: 'Setting up interface...', subText: 'Preparing your workspace', duration: 200 }, + { text: 'Almost ready...', subText: 'Finalizing setup', duration: 200 } ] let currentStepIndex = 0 From 74c281f337c5a59c3c52c6bada2ea39b0b5096a5 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 5 Sep 2025 10:48:27 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat(=E6=96=B0=E5=A2=9E):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=9B=9B=E4=B8=AA=E8=AE=BF=E9=97=AE=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/agency-center/index.html | 47 +++++++++++++++++++++++++++++++++ public/apply/index.html | 47 +++++++++++++++++++++++++++++++++ public/coin-seller/index.html | 47 +++++++++++++++++++++++++++++++++ public/host-center/index.html | 47 +++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+) create mode 100644 public/agency-center/index.html create mode 100644 public/apply/index.html create mode 100644 public/coin-seller/index.html create mode 100644 public/host-center/index.html diff --git a/public/agency-center/index.html b/public/agency-center/index.html new file mode 100644 index 0000000..e3cce01 --- /dev/null +++ b/public/agency-center/index.html @@ -0,0 +1,47 @@ + + + + + + Agency Center - Likei + + + + + +
+
+

Redirecting to Agency Center...

+
+ + \ No newline at end of file diff --git a/public/apply/index.html b/public/apply/index.html new file mode 100644 index 0000000..710c51a --- /dev/null +++ b/public/apply/index.html @@ -0,0 +1,47 @@ + + + + + + Apply - Likei + + + + + +
+
+

Redirecting to Apply page...

+
+ + \ No newline at end of file diff --git a/public/coin-seller/index.html b/public/coin-seller/index.html new file mode 100644 index 0000000..0840521 --- /dev/null +++ b/public/coin-seller/index.html @@ -0,0 +1,47 @@ + + + + + + Coin Seller - Likei + + + + + +
+
+

Redirecting to Coin Seller...

+
+ + \ No newline at end of file diff --git a/public/host-center/index.html b/public/host-center/index.html new file mode 100644 index 0000000..d2aa664 --- /dev/null +++ b/public/host-center/index.html @@ -0,0 +1,47 @@ + + + + + + Host Center - Likei + + + + + +
+
+

Redirecting to Host Center...

+
+ + \ No newline at end of file From 72bd2832fed5cd132799791fa90959444df35d9c Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 5 Sep 2025 11:09:55 +0800 Subject: [PATCH 3/4] =?UTF-8?q?feat(=E7=94=A8=E6=88=B7):=20=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=BA=AB=E4=BB=BD=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wallet.js | 4 ++-- src/utils/routeGuard.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/wallet.js b/src/api/wallet.js index 0860187..e4ae076 100644 --- a/src/api/wallet.js +++ b/src/api/wallet.js @@ -58,8 +58,8 @@ export function userBankSearchUserProfile(type, account) { * @param {string} userId - 用户ID * @returns {Promise} 返回用户身份权限信息 */ -export function getUserIdentity(userId) { - return get(`/app/h5/${userId}/identity`) +export function getUserIdentity() { + return get(`/app/h5/identity`) } /** diff --git a/src/utils/routeGuard.js b/src/utils/routeGuard.js index b5235f7..9072928 100644 --- a/src/utils/routeGuard.js +++ b/src/utils/routeGuard.js @@ -187,7 +187,7 @@ class IdentityChecker { try { console.debug('🔍 Checking user identity for:', userId) - const response = await getUserIdentity(userId) + const response = await getUserIdentity() if (response && response.status && response.body) { const identity = response.body From 3bcd2d3712bb7b456f9e717b0751ebc8ff481bb9 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 5 Sep 2025 11:27:24 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/{agency-center => bd-center}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename public/{agency-center => bd-center}/index.html (100%) diff --git a/public/agency-center/index.html b/public/bd-center/index.html similarity index 100% rename from public/agency-center/index.html rename to public/bd-center/index.html