mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
去除签到功能、邮箱和登录入口
This commit is contained in:
parent
70ab357799
commit
708a1a8eb8
3 changed files with 3 additions and 6 deletions
|
|
@ -215,7 +215,7 @@
|
|||
|
||||
<script>
|
||||
import { mapActions, mapMutations, mapState } from 'vuex';
|
||||
import { randomNum, dailyTask } from '@/utils/common';
|
||||
import { randomNum } from '@/utils/common';
|
||||
import { isAccountLoggedIn } from '@/utils/auth';
|
||||
import { uploadSong } from '@/api/user';
|
||||
import { getLyric } from '@/api/track';
|
||||
|
|
@ -310,7 +310,6 @@ export default {
|
|||
activated() {
|
||||
this.$parent.$refs.scrollbar.restorePosition();
|
||||
this.loadData();
|
||||
dailyTask();
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['showToast']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue