Skip to content

Commit

Permalink
fix: rename the client title;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 3, 2021
1 parent c652151 commit cf49d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
},
data() {
return {
title: 'LaF 开发运维平台',
title: 'LaF 开发运维控制台',
logo:
'https://static.dingtalk.com/media/lALPDe7szaMXyv3NAr3NApw_668_701.png'
}
Expand Down
2 changes: 1 addition & 1 deletion packages/devops-admin/src/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
title: 'LaF 开发运维平台',
title: 'LaF 开发运维控制台',

/**
* @type {boolean} true | false
Expand Down
2 changes: 1 addition & 1 deletion packages/devops-admin/src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
label-position="left"
>
<div class="title-container">
<h3 class="title">LaF 开发控制台</h3>
<h3 class="title">LaF 开发运维控制台</h3>
</div>

<el-form-item prop="username">
Expand Down

0 comments on commit cf49d40

Please sign in to comment.