From 49565c2d47ef94f46fea477c8e91001c2f00d1e8 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Wed, 28 Jun 2023 14:17:23 +0800 Subject: [PATCH] init2 --- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/login.vue | 2 +- src/views/register.vue | 2 +- vue.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 716164c..ed35529 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: 'Open Platform', + title: '榄菊生产管理系统', logo: logoImg } } diff --git a/src/views/login.vue b/src/views/login.vue index 6544eda..b1cd60a 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@