From 1e0babe22d9bcb2d98d101b22296cba660df9e25 Mon Sep 17 00:00:00 2001 From: clevertension Date: Mon, 30 Sep 2024 15:22:13 +0800 Subject: [PATCH] fix #395: the plugin windows error data retrieve --- feature/src/assets/request/index.ts | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/feature/src/assets/request/index.ts b/feature/src/assets/request/index.ts index 2f2c50b..a595180 100644 --- a/feature/src/assets/request/index.ts +++ b/feature/src/assets/request/index.ts @@ -1,6 +1,6 @@ import axios from 'axios'; -let baseURL = 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master'; +let baseURL = 'https://gitee.com/monkeyWang/rubickdatabase/raw/master'; let access_token = ''; try { @@ -14,7 +14,7 @@ try { const instance = axios.create({ timeout: 4000, baseURL: - baseURL || 'https://gitee.com/monkeyWang/rubickdatabase/raw/master', + baseURL || 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master', }); export default { @@ -23,9 +23,10 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); + console.log('total plugsin', res); return res.data; }, @@ -34,7 +35,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data; @@ -45,7 +46,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data; @@ -55,7 +56,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data; @@ -71,7 +72,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data; @@ -81,7 +82,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data; @@ -91,7 +92,7 @@ export default { if (access_token) { targetPath = `${encodeURIComponent( targetPath - )}/raw?access_token=${access_token}&ref=master`; + )}?access_token=${access_token}&ref=master`; } const res = await instance.get(targetPath); return res.data;