diff --git a/src/config/index.js b/src/config/index.js index 4a1fd94..4ee593a 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'}