From 1e7924706e072a253eb97ed8948d4d613d692ee9 Mon Sep 17 00:00:00 2001 From: dute7liang <383200134@qq.com> Date: Mon, 22 Jan 2024 01:45:11 +0800 Subject: [PATCH] init --- .env.development | 5 ++++- .env.production | 2 ++ src/layout/components/Sidebar/Logo.vue | 2 +- src/views/cai/account/account-change-info.vue | 3 ++- src/views/cai/account/add-account-dialog.vue | 3 ++- src/views/cai/account/index.vue | 7 ++++--- src/views/cai/accountCash/index.vue | 7 ++++--- src/views/cai/accountChangeLog/index.vue | 7 ++++--- src/views/cai/anchor/add-anchor-dialog.vue | 3 ++- src/views/cai/anchor/anchor-info-dialog.vue | 3 ++- src/views/cai/anchor/index.vue | 7 ++++--- src/views/cai/anchor/update-anchor-dialog.vue | 3 ++- src/views/cai/anchorApply/index.vue | 7 ++++--- src/views/cai/consumeLog/consume-log-info.vue | 9 +++++---- src/views/cai/consumeLog/index.vue | 19 ++++++++++--------- src/views/cai/dynamic/index.vue | 7 ++++--- src/views/cai/dynamicSuccess/index.vue | 7 ++++--- src/views/cai/forbidFilter/index.vue | 7 ++++--- src/views/cai/guardLog/guard-log-info.vue | 5 +++-- src/views/cai/guardLog/index.vue | 13 +++++++------ src/views/cai/guardTotal/index.vue | 13 +++++++------ src/views/cai/lowHeightRisk/index.vue | 3 ++- src/views/cai/rank/index.vue | 7 ++++--- src/views/cai/rechargeOrder/index.vue | 7 ++++--- .../cai/rechargeOrder/recharge-order-info.vue | 3 ++- src/views/cai/report/index.vue | 11 ++++++----- src/views/cai/unionUser/index.vue | 7 ++++--- .../unionUser/union-user-update-dialog.vue | 3 ++- src/views/cai/user/index.vue | 7 ++++--- src/views/cai/user/user-info-dialog.vue | 3 ++- src/views/cai/userAlbum/index.vue | 7 ++++--- src/views/cai/userCall/index.vue | 13 +++++++------ src/views/cai/userCall/user-call-info.vue | 5 +++-- src/views/cai/userCameraAudit/index.vue | 7 ++++--- src/views/cai/userChatRecord/index.vue | 13 +++++++------ src/views/cai/userCount/index.vue | 7 ++++--- src/views/cai/userGift/index.vue | 13 +++++++------ src/views/cai/userGift/user-gift-info.vue | 5 +++-- src/views/cai/userGreet/index.vue | 7 ++++--- src/views/cai/userInfo/index.vue | 7 ++++--- .../cai/userInfo/update-user-info-dialog.vue | 3 ++- src/views/cai/userInvite/index.vue | 13 +++++++------ .../cai/userMember/add-member-dialog.vue | 3 ++- src/views/cai/userMember/index.vue | 7 ++++--- src/views/cai/userMember/vip-order-dialog.vue | 3 ++- src/views/cai/userUnion/add-union-dialog.vue | 3 ++- src/views/cai/userUnion/index.vue | 7 ++++--- .../cai/userUnion/union-update-dialog.vue | 3 ++- src/views/cai/vipOrder/index.vue | 7 ++++--- src/views/cai/vipOrder/vip-order-info.vue | 3 ++- src/views/login.vue | 3 ++- src/views/monitor/online/index.vue | 6 ++++++ src/views/register.vue | 3 ++- 53 files changed, 199 insertions(+), 139 deletions(-) diff --git a/.env.development b/.env.development index aa21513..49879e8 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,12 @@ # 页面标题 -VUE_APP_TITLE = 甜瓜后台管理系统 +VUE_APP_TITLE = 西瓜后台管理系统 # 开发环境配置 ENV = 'development' +# process.env.VUE_APP_SYSTEM_HOME +VUE_APP_SYSTEM_HOME = '西瓜' + # 若依管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index d20bb2f..3a7ab43 100644 --- a/.env.production +++ b/.env.production @@ -4,6 +4,8 @@ VUE_APP_TITLE = 甜瓜后台管理系统 # 生产环境配置 ENV = 'production' +VUE_APP_SYSTEM_HOME = '甜瓜' + # 若依管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 5b08b78..c5981d9 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '甜瓜后台管理', + title: process.env.VUE_APP_SYSTEM_HOME + '后台管理', logo: logoImg } } diff --git a/src/views/cai/account/account-change-info.vue b/src/views/cai/account/account-change-info.vue index 7f809c5..df23f53 100644 --- a/src/views/cai/account/account-change-info.vue +++ b/src/views/cai/account/account-change-info.vue @@ -34,7 +34,7 @@ - +