From e8020c7e7d78aee47f15053308ae04da183a5161 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Thu, 18 Sep 2025 14:54:12 +0800 Subject: [PATCH] uptada BaiDuYun --- f/web-kboss/src/api/BaiDuTokenapi/index.js | 8 + .../unsubscribe/BaiduNetdisk.vue/index.vue | 55 ++++- .../homePage/components/topBox/index.vue | 198 +++++++----------- .../src/views/homePage/mainPage/index.vue | 4 +- .../productHome/baiduProductShow/index.vue | 2 +- 5 files changed, 143 insertions(+), 124 deletions(-) create mode 100644 f/web-kboss/src/api/BaiDuTokenapi/index.js diff --git a/f/web-kboss/src/api/BaiDuTokenapi/index.js b/f/web-kboss/src/api/BaiDuTokenapi/index.js new file mode 100644 index 0000000..50839f3 --- /dev/null +++ b/f/web-kboss/src/api/BaiDuTokenapi/index.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +// 获取token +export function baiducloudAPI() { + return request({ + url: `/baiduc/get_tokenid.dspy`, + method: 'get', + }) + } diff --git a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue index 186d7a0..1f6920e 100644 --- a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue +++ b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue @@ -1,22 +1,67 @@ + + + diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 7c71ce4..f67181c 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -1,16 +1,14 @@