File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ export default {
3737 _ . isString ( to . params . idType ) && _ . isString ( to . params . id )
3838 && `/posts/${ to . params . idType } id/${ to . params . id } `
3939 } ,
40- postCursorRoute ( ':pathMatch(.*)*' , 'posts/param' )
40+ postCursorRoute ( ':pathMatch(.*)*' , 'posts/param' ) ,
41+ postCursorRoute ( '' , 'posts/empty' )
4142 ] ;
4243
4344 const userCursorRoute = withCursorRoute ( async ( ) => import ( '@/pages/users.vue' ) ) ;
Original file line number Diff line number Diff line change 1010 <AMenuItem key="table">表格视图</AMenuItem >
1111 </AMenu >
1212 </aside >
13- <div v-if =" !(data === undefined || _.isEmpty(data.pages) || _.isEmpty(route.params) )" class =" container-fluid" >
13+ <div v-if =" !(data === undefined || _.isEmpty(data.pages))" class =" container-fluid" >
1414 <div class =" row flex-nowrap" >
1515 <LazyPostNav v-if =" renderType === ' list' " :queryParam =" queryParam " />
1616 <div class =" post-page col mx-auto ps-0" :class =" { 'renderer-list': renderType === 'list' }" >
You can’t perform that action at this time.
0 commit comments