diff --git a/doc/~$模板-软件需求构思及描述模板.docx b/doc/~$模板-软件需求构思及描述模板.docx new file mode 100644 index 0000000..474129b Binary files /dev/null and b/doc/~$模板-软件需求构思及描述模板.docx differ diff --git a/doc/自由同行-软件需求构思及描述.docx b/doc/自由同行-软件需求构思及描述.docx index 221c000..3ac9ac8 100644 Binary files a/doc/自由同行-软件需求构思及描述.docx and b/doc/自由同行-软件需求构思及描述.docx differ diff --git a/src/前端/walktofree/src/components/Communication.vue b/src/前端/walktofree/src/components/Communication.vue new file mode 100644 index 0000000..5626e2c --- /dev/null +++ b/src/前端/walktofree/src/components/Communication.vue @@ -0,0 +1,122 @@ + + + + 聊天室 + + + {{ message.sender }}: + {{ message.content }} + + + + + 发送 + + + + + + + + \ No newline at end of file diff --git a/src/前端/walktofree/src/router/index.js b/src/前端/walktofree/src/router/index.js index 786842a..0d2390a 100644 --- a/src/前端/walktofree/src/router/index.js +++ b/src/前端/walktofree/src/router/index.js @@ -14,6 +14,7 @@ const routes = [ { path: '/message', component: Message }, { path: '/mine', component: Mine }, { path: '/searchPage', component: SearchPage }, + { path: '/Communication', component: Communication } ]; const router = createRouter({