zs 7 月之前
父節點
當前提交
7e0dee56bc
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/thirteen/index.vue

+ 2 - 3
src/views/thirteen/index.vue

@@ -15,7 +15,7 @@
                           <img :src="getfile(item.file)" alt="" />
                         </div>
                         <div class="book-spine" :style="{ background: `url(${getfile(item.file)}) -64px 0 no-repeat` }">
-                          <h1>{{ item.name || '暂无' }}</h1>
+                          <!-- <h1>{{ item.name || '暂无' }}</h1> -->
                         </div>
                       </div>
                     </a>
@@ -56,7 +56,6 @@ const info = ref({})
 
 // 路由
 const router = useRouter()
-const route = useRoute()
 // 加载中
 const loading = ref(false)
 // 请求
@@ -275,7 +274,7 @@ const getfile = (item) => {
               content: '';
               width: 100%;
               height: 100%;
-              background: rgba(0, 0, 0, 0.3);
+              // background: rgba(0, 0, 0, 0.3);
             }
             .other {
               .title {