This commit is contained in:
张良(004796)
2024-02-19 12:26:00 +08:00
parent db9b4e845b
commit 7cfc0583dd
5 changed files with 40 additions and 21 deletions

View File

@@ -2,12 +2,9 @@ import { http } from '@/utils/http/axios';
const baseUrl = '/api'
export const domainList = 'https://dk-1257812345.cos.ap-nanjing.myqcloud.com/domain.txt';
export function getDomainList(){
return http.request({
url: domainList,
url: 'domain.txt',
method: 'GET'
},
{