聊天室完成
This commit is contained in:
@@ -10,9 +10,9 @@ declare const uni: {
|
||||
}
|
||||
|
||||
import type { ResultDomain } from '../types'
|
||||
|
||||
import { BASE_URL as CONFIG_BASE_URL } from '../config'
|
||||
// API 基础配置
|
||||
const BASE_URL = 'http://localhost:8180'
|
||||
const BASE_URL = CONFIG_BASE_URL
|
||||
|
||||
// 通用请求方法
|
||||
export function request<T>(options: {
|
||||
|
||||
Reference in New Issue
Block a user