问题描述vue 动态路由匹配 刷新后,在index.html引入的css地址变了。未刷新前:Request URL: http://localhost:8080/static/css/common.css刷新后:Request URL: http://localhost:8080/job/static/css/common.css相关代码// 请把代码文本粘贴到下方(请勿用图片代替代码)-------------
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
提交
取消