123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/transaction/transaction",
- "style": {
- "navigationBarTitleText": "幣幣交易市場"
- }
- },
- {
- "path": "pages/transaction/cblist",
- "style": {
- "navigationBarTitleText": "充幣列表"
- }
- },
- {
- "path": "pages/transaction/cbdetail",
- "style": {
- "navigationBarTitleText": "充幣詳情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/transaction/czlist",
- "style": {
- "navigationBarTitleText": "充幣記錄",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/transaction/tblist",
- "style": {
- "navigationBarTitleText": "提幣列表"
- }
- },
- {
- "path": "pages/transaction/tbdetail",
- "style": {
- "navigationBarTitleText": "提幣詳情"
- }
- },
- {
- "path": "pages/heyue/heyue",
- "style": {
- "navigationBarTitleText": "合約交易",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注冊"
- }
- }, {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登錄"
- }
- },
- {
- "path": "pages/public/forget",
- "style": {
- "navigationBarTitleText": "重置密碼"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "資產"
- }
- },
- {
- "path": "pages/user/menu",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/allorder",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/respwd",
- "style": {
- "navigationBarTitleText": "密碼"
- }
- },
- {
- "path": "pages/user/authrz",
- "style": {
- "navigationBarTitleText": ""
- }
- }
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#5DBC7C",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首頁"
- },
- {
- "pagePath": "pages/transaction/transaction",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "交易"
- },
- {
- "pagePath": "pages/heyue/heyue",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "合約"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "資產"
- }
- ]
- }
- }
|