You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
export default {
|
|
|
|
title: import.meta.env.VITE_APP_TITLE || '金融产品设计及数字化营销沙盘',
|
|
|
|
showSettings: true,
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @type {array}
|
|
|
|
* @description 不显示左侧菜单的路由
|
|
|
|
*/
|
|
|
|
hideNavPath: ['/finance/publish', '/finance/account'],
|
|
|
|
};
|