From e6d83136a8816c2287acb971033f0f0520d6645c Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 9 Aug 2021 14:51:06 +0800 Subject: [PATCH] modified title --- src/config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.js b/src/config/index.js index 52d2e37..bd1deef 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -11,7 +11,7 @@ export default { /** * @description 配置显示在浏览器标签的title */ - title: isHh ? '智信云量化投资策略建模实验教学系统' : '量化投资策略建模实验教学系统', + title: isHh ? '量化投资策略建模实验教学系统' : '量化投资策略建模实验教学系统', /** * @description 是否使用国际化,默认为false * 如果不使用,则需要在路由中给需要在菜单中展示的路由设置meta: {title: 'xxx'}