| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "pages": [
- {
- "path": "pages/splash/splash",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#1890ff",
- "backgroundColor": "#1890ff"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/customer/list",
- "style": {
- "navigationBarTitleText": "客户管理"
- }
- },
- {
- "path": "pages/message/list",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- {
- "path": "pages/stats/index",
- "style": {
- "navigationBarTitleText": "数据统计"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/test/debug",
- "style": {
- "navigationBarTitleText": "调试工具"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|