Commit 41dd7015 by Hai Liang Wang

Update title as 企业任务单系统

parent dc14d7fd
Showing with 3 additions and 3 deletions
module.exports = {
title: 'ferry 管理平台',
logo: 'https://www.fdevops.com/wp-content/uploads/2020/08/1597815294-ferry_logo_white.png',
title: '企业任务单系统',
logo: 'https://gitee.com/chatopera/cskefu/releases/download/5.0.0/default-logo-text.png',
isLdap: false,
isVerifyCode: true,
......
import defaultSettings from '@/settings'
var title = defaultSettings.title || 'ferry 管理平台'
var title = defaultSettings.title || '企业任务单系统'
export default function getPageTitle(pageTitle, globalTitle) {
if (globalTitle !== undefined && globalTitle !== null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment