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

修改姿态资源路径

parent 2d926c37
...@@ -33,7 +33,6 @@ export default { ...@@ -33,7 +33,6 @@ export default {
return { return {
activeTab: 1, activeTab: 1,
form: {}, form: {},
cellIcon: "/@/assets/images/applets/date.png",
show: false, show: false,
fileList: [], fileList: [],
imgFileList: [], imgFileList: [],
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</van-uploader> </van-uploader>
</div> </div>
<div class="tips"> <div class="tips">
<img src="/@/assets/images/applets/tip.png" alt /> <img src="@/assets/images/applets/tip.png" alt />
<span> <span>
最多支持上传 最多支持上传
<b>3</b> 段视频,每段时长 <b>20s</b> <b>3</b> 段视频,每段时长 <b>20s</b>
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
</van-uploader> </van-uploader>
</div> </div>
<div class="tips"> <div class="tips">
<img src="/@/assets/images/applets/tip.png" alt /> <img src="@/assets/images/applets/tip.png" alt />
<span> <span>
最多支持上传 最多支持上传
<b>6</b> 张照片 <b>6</b> 张照片
......
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
content: ""; content: "";
height: 16px; height: 16px;
width: 16px; width: 16px;
background-image: url('/@/assets/images/applets/timer.png'); background-image: url('~@/assets/images/applets/timer.png');
background-size: cover; background-size: cover;
position: absolute; position: absolute;
left: 0; 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