router icon indicating copy to clipboard operation
router copied to clipboard

当我在页面中使用onclick="window.history.back(-1)"时,会报错找不到url

Open tongjh2 opened this issue 9 years ago • 1 comments

当我在页面中使用onclick="window.history.back(-1)"时,会报错找不到url 报错提示: router.min.js:6 Uncaught Error: url was not found

tongjh2 avatar Oct 11 '16 03:10 tongjh2

我修改了src/index.js 第198行 throw new Error(url ${url} was not found); 改为 if(!url){return;}throw new Error(url ${url} was not found);

tongjh2 avatar Oct 17 '16 07:10 tongjh2