feat: 视频问题

This commit is contained in:
2025-11-28 20:26:47 +08:00
parent 46b98e78e5
commit d9f3103304
26 changed files with 1582 additions and 1021 deletions

View File

@@ -5,7 +5,7 @@
*/
/**
* 获取基础 URL从环境变量读取
* 获取基础 URL从环境变量读取/webApi
* @returns {string}
*/
function getBaseUrl() {
@@ -19,7 +19,7 @@ function getBaseUrl() {
}
return ''
}
//
const BASE_URL = getBaseUrl()
/**
@@ -31,6 +31,7 @@ export const API_BASE = {
// 具体模块路径
APP_AI: `${BASE_URL}/api/ai`,
APP_MEMBER: `${BASE_URL}/app-api/member`,
APP_TIK: `${BASE_URL}/api/tik`, // Tik 模块 API
// 特殊路径
TIKHUB_APP: `${BASE_URL}/api/tikHup`,