From 30acdcd4334a55029fca273a4ac42fdf406323b3 Mon Sep 17 00:00:00 2001 From: jlzhou <12020042@qq.com> Date: Tue, 9 May 2023 16:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9logo=E5=92=8C=E6=A0=87?= =?UTF-8?q?=E9=A2=98,=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2,=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0pinia=E6=8C=81=E4=B9=85=E5=8C=96=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- index.html | 2 +- package.json | 1 + pnpm-lock.yaml | 38 +++++++++++++++++++++++++ src/assets/styles/variables.module.scss | 10 +++---- src/layout/components/Sidebar/Logo.vue | 5 ++-- src/settings.js | 4 +-- src/store/index.js | 16 +++++++++-- src/store/modules/local.js | 29 +++++++++++++++++++ src/store/modules/session.js | 29 +++++++++++++++++++ src/views/index.vue | 28 +----------------- src/views/login.vue | 10 +++++++ 12 files changed, 133 insertions(+), 41 deletions(-) create mode 100644 src/store/modules/local.js create mode 100644 src/store/modules/session.js diff --git a/.env.development b/.env.development index 04cd0f8..939fe79 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus后台管理系统 +VITE_APP_TITLE = 后台管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/index.html b/index.html index 7c00fff..1d60fc6 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -