export default new Router({
? ?mode:'history',? ? ? //加上這一句
? routes: [
? ? ...homePage.routes,
? ? {
? ? ? path: '*',
? ? ? name: 'nofound',
? ? ? component: nofound
? ? }
? ]
})
還需要后端配置一下環(huán)境
export default new Router({
? ?mode:'history',? ? ? //加上這一句
? routes: [
? ? ...homePage.routes,
? ? {
? ? ? path: '*',
? ? ? name: 'nofound',
? ? ? component: nofound
? ? }
? ]
})
還需要后端配置一下環(huán)境