diff --git a/珞珈岛-项目相关文件/luojia-island/vue-frontend/package.json b/珞珈岛-项目相关文件/luojia-island/vue-frontend/package.json index 6518689..bf69343 100644 --- a/珞珈岛-项目相关文件/luojia-island/vue-frontend/package.json +++ b/珞珈岛-项目相关文件/luojia-island/vue-frontend/package.json @@ -15,6 +15,7 @@ "vue": "^3.2.13", "vue-router": "^4.5.0" }, + "devDependencies": { "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", diff --git a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/components/Header.vue b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/components/Header.vue index ccac695..cc6274d 100644 --- a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/components/Header.vue +++ b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/components/Header.vue @@ -31,7 +31,6 @@ - 反馈站 @@ -40,6 +39,7 @@
通知 + 反馈站
用户头像 diff --git a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/router/index.js b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/router/index.js index 999050e..b47b68d 100644 --- a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/router/index.js +++ b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/router/index.js @@ -5,6 +5,7 @@ import PostDetail from '@/views/PostDetail.vue'; import MainPage from '@/views/MainPage.vue'; import UserPage from '@/views/UserPage.vue'; import NotificationList from '@/views/NotificationList.vue'; +import FeedBack from '@/views/FeedBack.vue'; const routes = [ { @@ -36,6 +37,11 @@ const routes = [ path: '/notificationlist', name: 'NotificationList', component: NotificationList + }, + {//反馈站页面 + path: '/feedback', + name: 'FeedBack', + component: FeedBack }, {//详细通知页面 path: '/notification/:id', diff --git a/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/FeedBack.vue b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/FeedBack.vue new file mode 100644 index 0000000..b853263 --- /dev/null +++ b/珞珈岛-项目相关文件/luojia-island/vue-frontend/src/views/FeedBack.vue @@ -0,0 +1,213 @@ + + + + + \ No newline at end of file