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);