| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/rule/rule",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/airdrop/airdrop",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mining/mining",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/lang/lang",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/synthesis/synthesis",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ,{
- "path" : "pages/Withdrawalsrecord/Withdrawalsrecord",
- "style": {
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/my/my",
- "style": {
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "pages/bind/bind",
- "style": {
- "navigationStyle": "custom"
- }
-
- }
- ],
- "globalStyle": {
- // "navigationStyle":"custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "BONY",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|