edit
This commit is contained in:
parent
36bd28e7da
commit
c47484a01e
|
@ -12,7 +12,7 @@ const SettingMer = {
|
|||
// socket连接
|
||||
wsSocketUrl: VUE_APP_WS_URL,
|
||||
// 路由标题
|
||||
title: login_title || '加载中...'
|
||||
title: login_title || '铸源优品'
|
||||
}
|
||||
|
||||
export default SettingMer
|
||||
|
|
|
@ -12,7 +12,7 @@ const Setting = {
|
|||
* 基础配置
|
||||
* */
|
||||
// 网页标题的后缀
|
||||
titleSuffix: util.cookies.get('pageTitle') || 'CRMEB',
|
||||
titleSuffix: util.cookies.get('pageTitle') || '铸源优品',
|
||||
// 路由模式,可选值为 history 或 hash
|
||||
routerMode: 'history',
|
||||
// 页面切换时,是否显示模拟的进度条
|
||||
|
|
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
roterPre: '/admin',
|
||||
|
||||
// 路由标题
|
||||
title: '加载中...',
|
||||
title: '铸源优品',
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
* @description Whether show the settings right-panel
|
||||
|
|
Loading…
Reference in New Issue