router.js設(shè)置了模式history, 根目錄為u,現(xiàn)在想訪問(wèn) https://ip/u/ 的時(shí)候能自動(dòng)跳轉(zhuǎn)到首頁(yè)https://ip/u/index,應(yīng)該怎么配置?mode: 'history', // require service supportbase: '/u/',
2 回答

喵喔喔
TA貢獻(xiàn)1735條經(jīng)驗(yàn) 獲得超5個(gè)贊
mode: 'history',base: '/u/',routes: [ { path: '/', redirect: '/index' } ]
添加回答
舉報(bào)
0/150
提交
取消