修复已知问题

This commit is contained in:
2025-06-27 18:58:07 +08:00
parent ea506483a1
commit 78bc420fb8
9 changed files with 124 additions and 69 deletions

View File

@@ -4,7 +4,7 @@ import {BaseUrl, TenantId} from "@/utils/config";
let baseUrl = BaseUrl
if(process.env.NODE_ENV === 'development'){
baseUrl = 'http://localhost:9000/api'
// baseUrl = 'http://localhost:9000/api'
}
export function request<T>(options:any) {
const token = Taro.getStorageSync('access_token');