fix
This commit is contained in:
parent
785a43ad8d
commit
82d2897a2c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user