|
@@ -811,12 +811,12 @@ export default {
|
|
|
isEnt: this.$route.query?.vt === 'q'
|
|
|
})
|
|
|
}
|
|
|
- // this.pathVisiting(
|
|
|
- // this.createPathItem(
|
|
|
- // '/article/content/*.html',
|
|
|
- // `id=${_id}`
|
|
|
- // )
|
|
|
- // )
|
|
|
+ this.pathVisiting(
|
|
|
+ this.createPathItem(
|
|
|
+ '/article/content/*.html',
|
|
|
+ `id=${_id}`
|
|
|
+ )
|
|
|
+ )
|
|
|
let match = ''
|
|
|
if (Array.isArray(matchKeys) && matchKeys.length) {
|
|
|
match = matchKeys.join(' ')
|