vue中给img的src添加token
在项目中循环渲染的img标签中的图片要显示,src需要加请求头token(正常情况下,后端直接返回src的url)子组件authImg中写标签渲染<template> <img ref="img"> </img></template><script>export default { name: "authImg", props: { authSrc: { type: String, req
原创
2021-03-29 15:14:44 ·
11947 阅读 ·
8 评论