feat: 视频问题
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user