| 12345678910111213141516171819202122232425262728 |
- {
- "pages": [
- {
- "path": "module/welcome/index",
- "style": {
- "navigationBarTitleText": "欢迎"
- }
- },
- {
- "path": "module/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "module/main/index",
- "style": {
- "navigationBarTitleText": "核心"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "boss_uni",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|