From c4ee58e45f6236b4ef7a1612e5568f79697a1f3b Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 21 Dec 2023 18:23:20 +0800 Subject: [PATCH] update --- public/index.html | 17 +- src/App.vue | 1 - src/assets/css/all.css | 5290 +++++++++++++++++ src/components/hotNews/HotNews.vue | 7 +- src/components/hotNews/NewsCard.vue | 247 + .../setting/layout/SettingLeftSide.vue | 2 +- src/router/index.js | 6 +- 7 files changed, 5553 insertions(+), 17 deletions(-) create mode 100644 src/assets/css/all.css create mode 100644 src/components/hotNews/NewsCard.vue diff --git a/public/index.html b/public/index.html index 3e5a139..235a849 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,16 @@ - + <%= htmlWebpackPlugin.options.title %> - - - -
- - + + + + +
+ + diff --git a/src/App.vue b/src/App.vue index 8417fc8..824a63f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,6 @@ - \ No newline at end of file diff --git a/src/components/setting/layout/SettingLeftSide.vue b/src/components/setting/layout/SettingLeftSide.vue index c96254e..dc506a7 100644 --- a/src/components/setting/layout/SettingLeftSide.vue +++ b/src/components/setting/layout/SettingLeftSide.vue @@ -3,7 +3,7 @@
- + diff --git a/src/router/index.js b/src/router/index.js index 54ced0f..d8030e2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -46,13 +46,13 @@ const routes = [ }, { path: '/settings', - redirect: '/system', + redirect: '/admin', name: 'settings', component: settings, children: [ { - path: '/system', - name: '/system', + path: '/admin', + name: '/admin', redirect: '/appearance', component: systemSettings, children:[