This commit is contained in:
gyq
2025-07-07 09:29:14 +08:00
parent 81fa4da0e8
commit d1621e78f1
2 changed files with 9 additions and 5 deletions

View File

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