当前播放开发中...
This commit is contained in:
@@ -34,9 +34,10 @@ const store = useStore();
|
||||
|
||||
//载入localstorage的设置
|
||||
store.commit("loadSettings");
|
||||
store.state.settings.playing = false; //默认停止播放
|
||||
store.commit("loadCaches");
|
||||
|
||||
router.replace('/discover/recommend')
|
||||
// router.replace('/discover/recommend')
|
||||
|
||||
const showPlaying = ref(false); //是否显示播放列表
|
||||
|
||||
|
||||
Reference in New Issue
Block a user