Browse Source

Pull request #1346: 无JIRA任务 打包失败

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '8d893b142315071f9319e74c7d2b1d61ccd210a7':
  fix: 打包失败
es6
Teller 4 years ago
parent
commit
8ec7c3f298
  1. 2
      src/router/router.js

2
src/router/router.js

@ -494,7 +494,7 @@
// getFragment 得到的值是编码过的,而this.fragment是没有编码过的
// 英文路径没有问题,遇上中文和空格有问题了
current = decodeURIComponent(current);
} catch {
} catch(e) {
}
// If the user pressed the back button, the iframe's hash will have
// changed and we should use that for comparison.

Loading…
Cancel
Save