微信小程序登录修改

This commit is contained in:
2026-01-09 12:17:21 +08:00
parent f948362d1b
commit 8073a95f74
23 changed files with 1417 additions and 58 deletions

View File

@@ -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