日志路徑已配置和logback.xml里一致,ui界面卻交替報錯
1、獲取日志檔案失敗。
Request failed with status code 416
2、獲取日志檔案失敗。
Cannot read property 'split' of undefined
定位到頁面那一行
else if (response.status === 206) {
size = parseInt(response.headers['content-range'].split('/')[1]);
求解,謝謝
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/250373.html
標籤:Web 開發
