Cgo8PFTUYbWAVkigAABleU3nDOM593.png

Uncaught TypeError: Cannot read property ‘available’ of null

安装完typecho最新版本(1.1-17.10.30-release)后台js报错 mark 看了下是检测版本请求返回空 mark 在151行添加非空判断如下

if(!!o){

    applyUpdate(o);

    cache.setItem('update', resp.responseText);

}