問題描述vue 動態(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)代碼// 請把代碼文本粘貼到下方(請勿用圖片代替代碼)-------------
router.js:
******
{
path: '/job/:id',
component: _import('pages/CareersDetail')
}
-------------index.html(index.html與static同級):
<link rel="stylesheet" type="text/css" href="./static/css/common.css"/>
----------------------
添加回答
舉報
0/150
提交
取消