123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团蜂名片",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/edit/edit",
- "style": {
- "navigationBarTitleText": "编辑名片",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/agree/agree",
- "style": {
- "navigationBarTitleText": "用户协议",
- "navigationStyle": "default"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-card",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8",
- "enablePullDownRefresh": false
- }
- }
|