This commit is contained in:
Aiden 2024-10-22 18:28:22 +08:00
parent b0101c380a
commit b513eb2535

View File

@ -6,7 +6,7 @@ const { showMessage } = useToast();
console.log("webview", window?.plus?.webview.getWebviewById("wv").tokenScan);
const request = new Request({
baseURL:
OAorMc() === "MC"
OAorMc() === "OA"
? import.meta.env.VITE_API_URL
: import.meta.env.VITE_API_OA_URL,
timeout: 1000 * 60 * 5,