From e4365294d4f4e9ddbfde959231cb485d7a755b83 Mon Sep 17 00:00:00 2001 From: Hamm Date: Thu, 19 Nov 2020 23:21:33 +0800 Subject: [PATCH 01/11] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88vue-router?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- src/App.vue | 406 +++++++++++++++++++---------- src/assets/css/bbbug.css | 3 +- src/components/DingCallback.vue | 48 ---- src/components/GiteeCallback.vue | 48 ---- src/components/GithubCallback.vue | 48 ---- src/components/Login.vue | 12 +- src/components/MySetting.vue | 32 ++- src/components/MySongList.vue | 8 +- src/components/OSChinaCallback.vue | 48 ---- src/components/OnlineList.vue | 13 +- src/components/PlayingSongList.vue | 10 +- src/components/Profile.vue | 7 +- src/components/QQCallback.vue | 48 ---- src/components/RoomCreate.vue | 19 +- src/components/RoomList.vue | 17 +- src/components/RoomPassword.vue | 10 +- src/components/RoomSetting.vue | 21 -- src/components/SearchSongs.vue | 4 - src/components/SystemSetting.vue | 17 +- src/main.js | 117 +-------- 21 files changed, 350 insertions(+), 589 deletions(-) delete mode 100755 src/components/DingCallback.vue delete mode 100755 src/components/GiteeCallback.vue delete mode 100755 src/components/GithubCallback.vue delete mode 100755 src/components/OSChinaCallback.vue delete mode 100755 src/components/QQCallback.vue diff --git a/package.json b/package.json index 78b9935..3cfc7dc 100755 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "clipboard": "^2.0.6", "element-ui": "^2.3.4", "vue": "^2.5.16", - "vue-photo-preview": "^1.1.3", - "vue-router": "^3.3.2" + "vue-photo-preview": "^1.1.3" }, "engines": { "node": ">=6" diff --git a/src/App.vue b/src/App.vue index 0bbbf5c..558d06e 100755 --- a/src/App.vue +++ b/src/App.vue @@ -21,31 +21,31 @@
- +
点歌
- +
- +
已点
- +
- +
歌单
- +
- +
房间
- +
@@ -64,9 +64,9 @@
- - +
+ +
@@ -284,9 +284,22 @@ {{urldecode(songInfo.user.user_name)}}
+
+ + + + + + + + + + + + + +
- -
- \ No newline at end of file diff --git a/src/components/GiteeCallback.vue b/src/components/GiteeCallback.vue deleted file mode 100755 index dc53566..0000000 --- a/src/components/GiteeCallback.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/GithubCallback.vue b/src/components/GithubCallback.vue deleted file mode 100755 index 2f1df2b..0000000 --- a/src/components/GithubCallback.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/Login.vue b/src/components/Login.vue index 6d6cbd6..3d02e68 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -1,6 +1,6 @@