diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index f2533b9..90caa98 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -120,17 +120,8 @@ onLoad((options) => { console.log("options", options); state.id = options.id; state.pid = options.pid; - - if (!uni.getStorageSync("token")) { - } - console.log("token", uni.getStorageSync("token")); // 已经登录了 - if ( - uni.getStorageSync("token") || - window?.plus?.storage.getItemAsync("token") || - window?.plus?.webview.getWebviewById("wv").tokenScan || - uni.getStorageSync("store-token") - ) { + if (plus?.webview.getWebviewById("wv").tokenScan) { paintingDetail(); getBtngetRules(); }