From 82d2897a2cc2bf6b925bbb27ec1a3cbdcfb03a08 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Tue, 22 Oct 2024 18:58:13 +0800 Subject: [PATCH] fix --- utils/service/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/service/index.js b/utils/service/index.js index 6013513..989ba2b 100644 --- a/utils/service/index.js +++ b/utils/service/index.js @@ -19,7 +19,7 @@ const request = new Request({ : "application/json"; const token = - plus?.webview.getWebviewById("wv").tokenScan || + window?.plus?.webview.getWebviewById("wv").tokenScan || uni.getStorageSync("store-token") || ""; console.log("tokenServer", token);