@@ -534,8 +534,6 @@ function decryptAES(wordStr, keyStr, ivStr) {
async function openUrl(url, headers){
- const tokenInfo = magicJS.data.read(HbcpreConstKey.token, '');
- headers.Authorization = `Bearer ${tokenInfo}`;
let options = {
url: `${url}`,
headers: headers,