|
@@ -181,7 +181,7 @@ var vm = new Vue({
|
|
|
tabActive: function (newVal, oldVal) {
|
|
|
if (newVal === 'zb') {
|
|
|
if (this.searchContent) {
|
|
|
- location.href = '/jylab/supsearch/index.html?keywords=' + this.searchContent
|
|
|
+ location.href = '/jylab/supsearch/index.html?keywords=' + this.searchContent + '&publishtime=lately-30'
|
|
|
} else {
|
|
|
location.href = '/jylab/supsearch/index.html'
|
|
|
}
|