123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/index/contract",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/index/intro",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/index/team",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/index/error",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [{
- "name": "列表调试",
- "path": "pages/text/index",
- "query": ""
- }]
- }
- }
|