12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/home/home",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ECF0F3",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "MBTI人格测试",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/career/career",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ECF0F3",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "MBTI人格测试",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/career70/career70",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ECF0F3",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "MBTI人格测试",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/result/result",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ECF0F3",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "MBTI人格测试",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "MBTI人格测试",
- "navigationBarBackgroundColor": "#ECF0F3",
- "usingComponents": {
- "wxml-to-canvas": "/wxcomponents/wxml-to-canvas/index"
- }
- }
- }
|