* 获取 url 中旧的需要进行检测的部分
()
| 30 | * 获取 url 中旧的需要进行检测的部分 |
| 31 | */ |
| 32 | $_getOldValues() { |
| 33 | return { |
| 34 | protocol: this.$_protocol, |
| 35 | hostname: this.$_hostname, |
| 36 | port: this.$_port, |
| 37 | pathname: this.$_pathname, |
| 38 | search: this.$_search, |
| 39 | hash: this.$_hash, |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * 设置 href,不进入 history |