{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/login/login", "style": { "topWindow": false, "leftWindow": false, "navigationBarTitleText": "登录" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "订单管理" } },{ "path": "pages/order/food", "style": { "navigationBarTitleText": "代客点单" } }, { "path": "pages/table/index", "style": { "navigationBarTitleText": "餐桌管理" } }, { "path": "pages/call/index", "style": { "navigationBarTitleText": "叫号器" } },{ "path": "pages/user/list", "style": { "navigationBarTitleText": "会员管理" } },{ "path": "pages/user/renew", "style": { "navigationBarTitleText": "修改密码" } },{ "path": "pages/pact/index", "style": { "navigationBarTitleText": "预约订桌" } }, { "path": "pages/error/404", "style": { "navigationBarTitleText": "Not Found" } } ], "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "蓝畅收银", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, /*"uniIdRouter": { "loginPage": "uni_modules/uni-id-pages/pages/login/login-withpwd", "needLogin": [ "^((?!uni-id-pages\/pages\/login|register|retrieve).)*$" ], "resToLogin": false },*/ "topWindow": { "path": "windows/topWindow", "style": { "height": "60px" }, "matchMedia": { "minWidth": 0 } }, "leftWindow": { "path": "windows/leftWindow", "style": { "width": "140px" } } }