This commit is contained in:
faiz 2024-04-17 11:48:51 +08:00
parent 36bd28e7da
commit c47484a01e
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ const SettingMer = {
// socket连接 // socket连接
wsSocketUrl: VUE_APP_WS_URL, wsSocketUrl: VUE_APP_WS_URL,
// 路由标题 // 路由标题
title: login_title || '加载中...' title: login_title || '铸源优品'
} }
export default SettingMer export default SettingMer

View File

@ -12,7 +12,7 @@ const Setting = {
* 基础配置 * 基础配置
* */ * */
// 网页标题的后缀 // 网页标题的后缀
titleSuffix: util.cookies.get('pageTitle') || 'CRMEB', titleSuffix: util.cookies.get('pageTitle') || '铸源优品',
// 路由模式,可选值为 history 或 hash // 路由模式,可选值为 history 或 hash
routerMode: 'history', routerMode: 'history',
// 页面切换时,是否显示模拟的进度条 // 页面切换时,是否显示模拟的进度条

View File

@ -4,7 +4,7 @@ module.exports = {
roterPre: '/admin', roterPre: '/admin',
// 路由标题 // 路由标题
title: '加载中...', title: '铸源优品',
/** /**
* @type {boolean} true | false * @type {boolean} true | false
* @description Whether show the settings right-panel * @description Whether show the settings right-panel