vue監聽scroll使用報錯的解決辦法

2022-05-03 03:54:10 字數 406 閱讀 7453

錯誤說明:在切換路由以後,依舊在其他頁面觸發了scroll有關的函式,

錯誤原因:在spa專案中,window物件是不變的,所以每次使用後需要銷毀。

解決辦法:vue的生命週期destroyed中銷毀就可以了

js方法封裝:

export default

else

},fixed:

function

(),

需要銷毀

destroy:function

() },

}

引入:

import common from '../../script/common';

使用:

mounted(),

destroyed(),

Tomcat使用報錯

1.在使用tomcat的時候,如果報錯tomcat is using 表明在後台中tomcat未關閉,找到bin目錄下的shutdown批處理進行關閉即可。2.tomcat server at localhost failed to start這個錯誤表示tomcat server相關並未解除安裝乾...

iedriverserver使用報錯

在win7下面使用iedriverserver報錯 attributeerror service object has no attribute process 2,將iedriverserver win32 2.53.1解壓過後的檔案iedriverserver.exe 不要改名字!放在c pro...

GPU使用報錯合集

lawsonabs的認知與思考,望各位讀者審慎閱讀。持續更新 在不支援cuda gpu 的機器上,妄想把模型或者資料放到gpu中,這時就會報錯。runtimeerror cuda out of memory.tried to allocate 170.00 mib gpu 0 11.93 gib t...