問(wèn)題描述vue 動(dòng)態(tài)路由匹配 刷新后,在index.html引入的css地址變了。未刷新前:Request URL: http://localhost:8080/static/css/common.css刷新后:Request URL: http://localhost:8080/job/static/css/common.css相關(guān)代碼// 請(qǐng)把代碼文本粘貼到下方(請(qǐng)勿用圖片代替代碼)-------------
router.js:
******
{
path: '/job/:id',
component: _import('pages/CareersDetail')
}
-------------index.html(index.html與static同級(jí)):
<link rel="stylesheet" type="text/css" href="./static/css/common.css"/>
----------------------
vue刷新后在index.html引入的.css地址被替換了
慕尼黑的夜晚無(wú)繁華
2018-10-24 19:53:27