123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "首頁",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/gglist",
- "style": {
- "navigationBarTitleText": "公告列表"
- }
- },
- {
- "path": "pages/index/ggDetail",
- "style": {
- "navigationBarTitleText": "公告詳情"
- }
- },
- {
- "path": "pages/index/rg",
- "style": {
- "navigationBarTitleText": "新幣認購"
- }
- },
- {
- "path": "pages/index/kf",
- "style": {
- "navigationBarTitleText": "客服",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/transaction/transaction",
- "style": {
- "navigationBarTitleText": "幣幣交易市場"
- }
- },
- {
- "path": "pages/transaction/transactionDetail",
- "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/transaction/transfer",
- "style": {
- "navigationBarTitleText": "資金劃轉"
- }
- },
- {
- "path": "pages/heyue/heyue",
- "style": {
- "navigationBarTitleText": "合約交易",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/heyue/tradlist",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "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": ""
- }
- },
- {
- "path": "pages/user/coininfo",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#697484",
- "selectedColor": "#fcd417",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/home.png",
- "selectedIconPath": "static/tabBar/home-action.png",
- "text": "首頁"
- },
- {
- "pagePath": "pages/transaction/transaction",
- "iconPath": "static/tabBar/jy.png",
- "selectedIconPath": "static/tabBar/jy-action.png",
- "text": "交易"
- },
- {
- "pagePath": "pages/heyue/heyue",
- "iconPath": "static/tabBar/hy.png",
- "selectedIconPath": "static/tabBar/hy-action.png",
- "text": "合約"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/zc.png",
- "selectedIconPath": "static/tabBar/zc-action.png",
- "text": "資產"
- }
- ]
- }
- }
|