chore: update visible branding

This commit is contained in:
msh-agent
2026-05-21 09:25:57 +08:00
parent bddce0794f
commit 4cf763c3a5
10 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# CRMEB Admin
# 慢生活管理后台
## 开发规范
统一使用ES6 语法
方法注释
@@ -255,4 +255,3 @@ npm run lint
npm run lint -- --fix
```

View File

@@ -3,7 +3,7 @@
<div class="left-board">
<div class="logo-wrapper">
<div class="logo">
<span>CRMEB</span>
<span>慢生活</span>
</div>
</div>
<el-scrollbar class="left-scrollbar">

View File

@@ -112,7 +112,7 @@ const actions = {
// commit('SET_AVATAR', avatar)
commit('SET_AVATAR', 'http://kaifa.crmeb.net/system/images/admin_logo.png');
commit('SET_INTRODUCTION', 'CRMEB admin');
commit('SET_INTRODUCTION', '慢生活管理后台');
commit('SET_PERMISSIONS', data.permissionsList); //权限标识
resolve(data);
})

View File

@@ -7,7 +7,7 @@
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
const title = localStorage.getItem('singleAdminSiteName') || 'CRMEB Java';
const title = localStorage.getItem('singleAdminSiteName') || '慢生活管理后台';
export default function getPageTitle(pageTitle) {
if (pageTitle) {