浏览代码

🎨 优化返回键

快乐的梦鱼 2 周之前
父节点
当前提交
c54bdfe9da
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/ListView.vue

+ 1 - 0
src/views/ListView.vue

@@ -23,6 +23,7 @@ const newsData = useSimplePagerDataLoader(6, async (p, s) =>
 
 <template>
   <main class="main-bg main-bg2 d-flex flex-col align-center justify-center">
+    <img class="main-image-button back" src="@/assets/images/Back.png" alt="" @click="router.back()">
     <div class="main-box2 d-flex flex-row align-center">
       <div class="d-flex flex-col align-center flex-one gap-base padding-top-ll">
         <img class="main-image-button fill" src="@/assets/images/PlayList/Button1.png" @click="router.push('/')" alt="">