未验证 提交 88c6f56f 编写于 作者: M mlsjla 提交者: GitHub

Update index.vue

修复生产环境部署后,图片路径错误,错误细节: 图路径会变为 /apiuploads/file...  而实际需要的是 /api/uploads/file...
上级 5254e752
......@@ -33,7 +33,7 @@ export default {
},
data(){
return{
path: path,
path: path + '/',
}
},
computed:{
......@@ -72,4 +72,4 @@ export default {
height: 80px;
position: relative;
}
</style>
\ No newline at end of file
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册