微信小程序登录修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { request, uploadFile } from '../base'
|
||||
import type { ResultDomain } from '../../types'
|
||||
import { BASE_URL } from '../../config'
|
||||
import type {
|
||||
TbChat,
|
||||
TbChatMessage,
|
||||
@@ -21,9 +22,6 @@ declare const uni: {
|
||||
request: (options: any) => any
|
||||
}
|
||||
|
||||
// API 基础配置
|
||||
const BASE_URL = 'http://localhost:8180'
|
||||
|
||||
/**
|
||||
* @description AI对话相关接口(直接调用ai模块)
|
||||
* @filename aiChat.ts
|
||||
|
||||
Reference in New Issue
Block a user