点击下面代码中"标题"这条链接的时候,希望链接后缀添加上.html。
如:http://www.xxx.com/1234.html
const router = new VueRouter({
mode: 'history',
routes: [
{ path: '/', name: '/', component: IndexPage },
{ path: '/:id', name: 'detail', component: DetailPage }
]
})
标题
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
认证高级PHP讲师