修复已知问题

This commit is contained in:
2025-06-07 12:22:27 +08:00
parent 7ff3e3f064
commit de0f6c43b1
9 changed files with 285 additions and 345 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');