Browse Source

fix issue

tags/v1.22.2.2^2
zhoupzh 4 years ago
parent
commit
d1da4f69e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -3618,7 +3618,7 @@ function initVueApp() {
if (!window.location.search) {
window.location.href = this.localHref + '?page='+val
} else if (searchParams.has('page')) {
window.location.href = this.localHref.replace(/page=[0-9]/g,'page='+val)
window.location.href = this.localHref.replace(/page=[0-9]+/g,'page='+val)
} else {
window.location.href=location.href+'&page='+val
}


Loading…
Cancel
Save