Commit 792d319a authored by 乐宝呗666's avatar 乐宝呗666

修改姿态资源路径

parent 2d926c37
......@@ -33,7 +33,6 @@ export default {
return {
activeTab: 1,
form: {},
cellIcon: "/@/assets/images/applets/date.png",
show: false,
fileList: [],
imgFileList: [],
......
......@@ -95,7 +95,7 @@
</van-uploader>
</div>
<div class="tips">
<img src="/@/assets/images/applets/tip.png" alt />
<img src="@/assets/images/applets/tip.png" alt />
<span>
最多支持上传
<b>3</b> 段视频,每段时长 <b>20s</b>
......@@ -123,7 +123,7 @@
</van-uploader>
</div>
<div class="tips">
<img src="/@/assets/images/applets/tip.png" alt />
<img src="@/assets/images/applets/tip.png" alt />
<span>
最多支持上传
<b>6</b> 张照片
......
......@@ -188,7 +188,7 @@ export default {
content: "";
height: 16px;
width: 16px;
background-image: url('/@/assets/images/applets/timer.png');
background-image: url('~@/assets/images/applets/timer.png');
background-size: cover;
position: absolute;
left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment