feat: 初始化

This commit is contained in:
George
2025-07-07 16:05:18 +08:00
commit c169958240
986 changed files with 132574 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import { request } from '@/utils/request';
export function getContactInfo() {
return request({ url: '/api/app/contactUs/queryContactUs', method: 'GET' });
}
export function getVideoList() {
return request({ url: '/api/app/contactUs/queryVideoList', method: 'GET' });
}