修复:违章bug

This commit is contained in:
2025-06-26 18:34:12 +08:00
parent ed80e2db40
commit ea506483a1
3 changed files with 54 additions and 19 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');