From 548cc49c7d09fd8a1333515c92c1a91be57e884e Mon Sep 17 00:00:00 2001 From: zcx <1078327420@qq.com> Date: Fri, 10 May 2024 10:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E7=95=8C=E9=9D=A2=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Communication.vue | 122 ++++++++++++++++++ src/前端/walktofree/src/router/index.js | 1 + 2 files changed, 123 insertions(+) create mode 100644 src/前端/walktofree/src/components/Communication.vue 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 @@ + + + + + \ 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({