From 09fa6db677816c739a0fb87e5db4dbbd7168203d Mon Sep 17 00:00:00 2001 From: xxiaoccpm <3570544406@qq.com> Date: Wed, 17 Jul 2024 17:21:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BA=86=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=92=8C=E5=95=86=E5=9C=BA=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/lang/zh-CN.ts | 4 +- src/layout/components/Navbar/NavbarRight.vue | 9 -- src/router/index.ts | 40 ++++++- src/views/book/component/collection.vue | 5 + src/views/book/component/home.vue | 149 +++++++++++++++++++++++++++ src/views/book/component/my.vue | 5 + src/views/book/component/trolley.vue | 5 + src/views/book/index.vue | 93 +++++++++++++++++ src/views/book/login.vue | 117 +++++++++++++++++++++ 9 files changed, 413 insertions(+), 14 deletions(-) create mode 100644 src/views/book/component/collection.vue create mode 100644 src/views/book/component/home.vue create mode 100644 src/views/book/component/my.vue create mode 100644 src/views/book/component/trolley.vue create mode 100644 src/views/book/index.vue create mode 100644 src/views/book/login.vue diff --git a/src/i18n/lang/zh-CN.ts b/src/i18n/lang/zh-CN.ts index be9ece9..f66ff96 100644 --- a/src/i18n/lang/zh-CN.ts +++ b/src/i18n/lang/zh-CN.ts @@ -16,10 +16,10 @@ export default { updateTime: '更新时间', required: '必填项不能为空', app: { - title: 'Maku Admin', + title: '在线书城', description: '基于Vue3、TypeScript、Element Plus、Vue Router、Pinia、Axios、i18n、Vite等开发的后台管理,使用门槛极低,采用MIT开源协议,完全免费开源且终生免费,可免费用于商业项目等场景!', - logoText: 'Maku Admin', + logoText: '在线书城后台', miniLogoText: 'MAKU', username: '用户名', password: '密码', diff --git a/src/layout/components/Navbar/NavbarRight.vue b/src/layout/components/Navbar/NavbarRight.vue index 9d2cd4d..a65b20f 100644 --- a/src/layout/components/Navbar/NavbarRight.vue +++ b/src/layout/components/Navbar/NavbarRight.vue @@ -2,15 +2,6 @@