提交 cb22d72f 编写于 作者: Z Zachary

Update:

* add min-width
* fix playlist page bug
* add keep-alive
上级 d4a65f3b
<template>
<back-top />
<nav-bar />
<router-view />
<router-view v-slot="{ Component }">
<keep-alive>
<component :is="Component" />
</keep-alive>
</router-view>
<bottom-footer />
<player />
</template>
......@@ -23,5 +27,6 @@ export default {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-width: 1200px;
}
</style>
......@@ -276,6 +276,7 @@ export default {
if (this.selectedType != type) this.selectedType = type;
if (idx) {
this.showMoreIdx = idx;
if (idx != -999) this.playlistTpyes[this.showMoreIdx].showMore = false;
}
},
deleteSeleted() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册