From a233e4358ee0ad2f99f867a7c151df098808a0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sun, 28 Sep 2025 15:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=AD=89=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtsp-vue/.env.development | 2 +- rtsp-vue/.env.production | 2 +- rtsp-vue/.env.staging | 2 +- rtsp-vue/index.html | 4 +- rtsp-vue/package.json | 4 +- rtsp-vue/public/favicon.png | Bin 0 -> 2992 bytes rtsp-vue/src/assets/images/avatar.png | Bin 0 -> 26041 bytes rtsp-vue/src/assets/images/login-back.png | Bin 0 -> 1823081 bytes rtsp-vue/src/assets/logo/logo.png | Bin 5663 -> 2992 bytes rtsp-vue/src/layout/components/Navbar.vue | 8 - rtsp-vue/src/store/modules/user.js | 2 +- rtsp-vue/src/views/index.vue | 60 +---- rtsp-vue/src/views/login.vue | 295 +++++++++++++--------- rtsp-vue/src/views/register.vue | 2 +- 14 files changed, 185 insertions(+), 196 deletions(-) create mode 100644 rtsp-vue/public/favicon.png create mode 100644 rtsp-vue/src/assets/images/avatar.png create mode 100644 rtsp-vue/src/assets/images/login-back.png diff --git a/rtsp-vue/.env.development b/rtsp-vue/.env.development index af9ba00..be47949 100644 --- a/rtsp-vue/.env.development +++ b/rtsp-vue/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 福安德视频监控分析 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/rtsp-vue/.env.production b/rtsp-vue/.env.production index cbabf89..ba0f7bb 100644 --- a/rtsp-vue/.env.production +++ b/rtsp-vue/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 福安德视频监控分析 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/rtsp-vue/.env.staging b/rtsp-vue/.env.staging index b11336d..3cc6a17 100644 --- a/rtsp-vue/.env.staging +++ b/rtsp-vue/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 福安德视频监控分析 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/rtsp-vue/index.html b/rtsp-vue/index.html index d20d02e..95bd769 100644 --- a/rtsp-vue/index.html +++ b/rtsp-vue/index.html @@ -6,8 +6,8 @@ - - 若依管理系统 + + 福安德视频监控分析 diff --git a/rtsp-vue/src/views/register.vue b/rtsp-vue/src/views/register.vue index 44b2417..4c41bab 100644 --- a/rtsp-vue/src/views/register.vue +++ b/rtsp-vue/src/views/register.vue @@ -1,7 +1,7 @@