优化http

This commit is contained in:
gyq 2025-01-06 18:30:09 +08:00
parent fb23d878de
commit 9c117f9219
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import {
} from 'lodash';
import config from '@/commons/config.js'
// 测试服
let baseUrl = config.baseApiUrl
let baseUrl = config.baseApiUrl + 'app'
const loadingShowTime = 200
function getHeader() {