123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [
- {
- "path": "pages/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/dialog",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/questionnaire",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/questionnaireFill",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/questionnaireResult",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "创衡正念企业教练",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- },
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- }
- }
|