1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "easycom": {
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/trade/index",
- "style": {
- "navigationBarTitleText": "AT榜",
- "navigationStyle": "custom"
- }
- }
- ],
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#27262C",
- "color": "#808080",
- "selectedColor": "#fff",
- "list": [
- {
- "pagePath": "pages/trade/index",
- "iconPath": "static/image/tabbar/jiaoyi.png",
- "selectedIconPath": "static/image/tabbar/jiaoyi-check.png",
- "text": "AT榜"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|