| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "授权"
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- }
- ],
- "subPackages": [
- {
- "root": "subPages",
- "pages": [
- {
- "path": "pages/reportProblems/index",
- "style": {
- "navigationBarTitleText": "上报问题"
- }
- },
- {
- "path": "pages/reportProblems/detail",
- "style": {
- "navigationBarTitleText": "问题详情"
- }
- },
- {
- "path": "pages/reportServer/index",
- "style": {
- "navigationBarTitleText": "上报服务"
- }
- },
- {
- "path": "pages/reportServer/detail",
- "style": {
- "navigationBarTitleText": "服务详情"
- }
- },
- {
- "path": "pages/questions/index",
- "style": {
- "navigationBarTitleText": "问答库"
- }
- },
- {
- "path": "pages/questions/detail",
- "style": {
- "navigationBarTitleText": "问答库详情"
- }
- },
- {
- "path": "pages/inspectionResults/index",
- "style": {
- "navigationBarTitleText": "检查结果"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": false,
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- }
- }
|