菜单栏配置

This commit is contained in:
gsx
2022-05-10 20:54:38 +08:00
parent 7be36282a8
commit 4c2761f1cc
3 changed files with 8 additions and 4 deletions

View File

@@ -34,8 +34,12 @@ module.exports = (appInfo) => {
/* 开发者工具 */
config.openDevTools = false;
/* 应用程序顶部菜单 */
config.openAppMenu = true;
/**
* 应用程序顶部菜单
* boolean | string
* true, false, 'dev-show'(dev环境显示prod环境隐藏)
*/
config.openAppMenu = 'dev-show';
/* 加载loading页 */
config.loadingPage = true;