提交 cb22d72f 编写于 作者: Z Zachary

Update:

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