Skip to content

Commit

Permalink
修改标题的名字
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Apr 24, 2019
1 parent 38a23fb commit f3f32cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/layout/components/Sidebar/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
},
data() {
return {
title: 'Vue Admin Template',
title: '版本更新管理',
logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png'
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {

title: 'XUpdate Management',
title: '版本更新管理',

/**
* @type {boolean} true | false
Expand Down
2 changes: 1 addition & 1 deletion src/utils/get-page-title.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import defaultSettings from '@/settings'

const title = defaultSettings.title || 'XUpdate Management'
const title = defaultSettings.title || '版本更新管理'

export default function getPageTitle(pageTitle) {
if (pageTitle) {
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}

const name = defaultSettings.title || 'XUpdate Management' // page title
const name = defaultSettings.title || '版本更新管理' // page title
const port = 8088 // dev port

// All configuration item explanations can be find in https://cli.vuejs.org/config/
Expand Down

0 comments on commit f3f32cc

Please sign in to comment.