This commit is contained in:
Aiden 2024-10-22 18:58:13 +08:00
parent 785a43ad8d
commit 82d2897a2c

View File

@ -19,7 +19,7 @@ const request = new Request({
: "application/json"; : "application/json";
const token = const token =
plus?.webview.getWebviewById("wv").tokenScan || window?.plus?.webview.getWebviewById("wv").tokenScan ||
uni.getStorageSync("store-token") || uni.getStorageSync("store-token") ||
""; "";
console.log("tokenServer", token); console.log("tokenServer", token);