1234567891011121314151617181920212223242526272829303132333435 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/bindCard",
- "style": {
- "navigationBarTitleText": "承德市英才卡"
- }
- },
- {
- "path": "pages/bindForm",
- "style": {
- "navigationBarTitleText": "绑定电子卡"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "承德英才卡",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- }
- }
|