123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "银元价格查询"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/reg",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/login/agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/index/price",
- "style": {
- "navigationBarTitleText": "银元价格",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/statistical/statistical",
- "style": {
- "navigationBarTitleText": "交易量统计",
- "enablePullDownRefresh": false
- }
- }
- ],
- "tabBar": {
- "custom": false,
- "color": "#656765",
- "selectedColor": "#000102",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/11.png",
- "selectedIconPath": "static/1.png",
- "text": "银元"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/4.png",
- "selectedIconPath": "static/44.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "银元价格查询",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|