* 开始检查 hash 变化
()
| 366 | * 开始检查 hash 变化 |
| 367 | */ |
| 368 | $$startCheckHash() { |
| 369 | if (!this.$_allowCheck) return |
| 370 | |
| 371 | this.$_lastHash = this.$_hash |
| 372 | this.$_lastPathname = this.$_pathname |
| 373 | this.$_lastSearch = this.$_search |
| 374 | this.$_lastHref = this.href |
| 375 | } |
| 376 | |
| 377 | /** |
| 378 | * 检查 hash 变化 |
no outgoing calls
no test coverage detected