将pptEasy路由组件从pptEasy2更新为pptEasy3 移除BilibiliSearchDialog2中多余的导航点击条件检查
@@ -271,9 +271,9 @@ export default {
},
// 切换排序方式
navClick(value) {
- if (this.navActive == value) {
- return;
- }
+ // if (this.navActive == value) {
+ // return;
+ // }
this.navActive = value;
if (this.searchKeyword) {
this.handleSearch();
@@ -1466,7 +1466,7 @@ export default new Router({
{
path:"/pptEasy",
name:"pptEasy",
- component:pptEasy2,
+ component:pptEasy3,
meta:{
requireAuth:''//不需要鉴权
}