| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/Tabbar/Home/index",
- "aliasPath": "/index",
- "name": "index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "主页"
- // "enablePullDownRefresh": true
- },
- "type": "home"
- },
- {
- "path": "pages/Tabbar/SportsEvents/index",
- "aliasPath": "/SportsEvents",
- "name": "SportsEvents",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "体育赛事"
- },
- "type": "SportsEvents"
- },
- {
- "path": "pages/Tabbar/RollingBall/index",
- "aliasPath": "/RollingBall",
- "name": "RollingBall",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "滚球"
- },
- "type": "RollingBall"
- },
- {
- "path": "pages/WorkModule/LotteryDraw/index",
- "aliasPath": "/LotteryDraw",
- "name": "LotteryDraw",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "开奖"
- },
- "type": "LotteryDraw"
- },
- {
- "path": "pages/WorkModule/LotteryDraw/LotteryDrawHistory",
- "aliasPath": "/LotteryDrawHistory",
- "name": "LotteryDrawHistory",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "开奖历史列表"
- },
- "type": "LotteryDrawHistory"
- },
- {
- "path": "pages/Tabbar/SportsBetting/index",
- "aliasPath": "/SportsBetting",
- "name": "SportsBetting",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "体育博彩"
- },
- "type": "SportsBetting"
- },
- {
- "path": "pages/Tabbar/WorldCup/index",
- "aliasPath": "/WorldCup",
- "name": "WorldCup",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "世界杯"
- },
- "type": "WorldCup"
- },
- {
- "path": "pages/WorkModule/League/index",
- "aliasPath": "/League",
- "name": "League",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "联赛"
- },
- "type": "League"
- },
- {
- "path": "pages/Tabbar/Entertainment/index",
- "aliasPath": "/Entertainment",
- "name": "Entertainment",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "彩票"
- },
- "type": "Entertainment"
- },
- {
- "path": "pages/WorkModule/Lottery/index",
- "aliasPath": "/Lottery",
- "name": "Lottery",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "彩票"
- },
- "type": "Lottery"
- },
- {
- "path": "pages/Tabbar/BettingHistory/index",
- "aliasPath": "/BettingHistory",
- "name": "BettingHistory",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "投注历史"
- },
- "type": "BettingHistory"
- },
- {
- "path": "pages/Tabbar/My/index",
- "aliasPath": "/My",
- "name": "My",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- },
- "type": "My"
- },
- {
- "path": "pages/Tabbar/My/platform",
- "aliasPath": "/platform",
- "name": "platform",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "平台"
- },
- "type": "platform"
- },
- {
- "path": "pages/Tabbar/Entertainment/components/Digital/detail",
- "aliasPath": "/DigitalDetail",
- "name": "DigitalDetail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "六合彩详情"
- },
- "type": "DigitalDetail"
- },
- {
- "path": "pages/ThirdParty/index",
- "aliasPath": "/ThirdParty",
- "name": "ThirdParty",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "游戏"
- },
- "type": "ThirdParty"
- },
- {
- "path": "pages/ThirdParty/game",
- "aliasPath": "/ThirdPartyGame",
- "name": "ThirdPartyGame",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "游戏"
- },
- "type": "ThirdPartyGame"
- },
- {
- "path": "pages/login/index",
- "aliasPath": "/login",
- "name": "login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/register/index",
- "aliasPath": "/register",
- "name": "register",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "注册"
- }
- },
- {
- "path": "pages/setAccount/index",
- "aliasPath": "/setAccount",
- "name": "setAccount",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "设置账号"
- }
- },
- {
- "path": "pages/index/example/index",
- "aliasPath": "/example",
- "name": "example",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "-----------示例-----------"
- }
- },
- {
- "path": "pages/index/user/index",
- "aliasPath": "/user",
- "name": "user",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "-----------我的-----------"
- }
- },
- {
- "path": "pages/WorkModule/AppFooterViews/index",
- "aliasPath": "/AppFooterViews",
- "name": "AppFooterViews",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "页脚页面"
- // "enablePullDownRefresh": true
- },
- "type": "AppFooterViews"
- }
- ],
- "subPackages": [
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "web-view/index",
- "aliasPath": "/web-view",
- "name": "web-view",
- "style": {
- "navigationBarTitleText": "web-view",
- "transparentTitle": "-----------auto-----------"
- }
- },
- {
- "path": "rich-view/index",
- "aliasPath": "/rich-view",
- "name": "rich-view",
- "style": {
- "navigationBarTitleText": "-----------rich-view-----------"
- }
- }
- ]
- },
- {
- "root": "pages/tips",
- "pages": [
- {
- "path": "middleware/index",
- "aliasPath": "/tips-middleware",
- "name": "tips-middleware",
- "meta": {
- "middleware": [
- "test"
- ]
- },
- "style": {
- "navigationBarTitleText": "-----------中间件-----------"
- }
- }
- ]
- },
- {
- "root": "pages/template",
- "pages": [
- {
- "path": "paging/index",
- "aliasPath": "/template-paging",
- "name": "template-paging",
- "style": {
- "navigationBarTitleText": "-----------通用列表-----------"
- }
- }
- ]
- },
- {
- "root": "pages/oldPage/personal",
- "pages": [
- {
- "path": "index",
- "aliasPath": "/personal",
- "name": "personal",
- "style": {
- "navigationBarTitleText": "-----------个人资料-----------",
- "transparentTitle": "auto"
- }
- }
- ]
- },
- {
- "root": "pages/oldPage/contact",
- "pages": [
- {
- "path": "index",
- "aliasPath": "/contact",
- "name": "contact",
- "style": {
- "navigationBarTitleText": "-----------联系我们-----------",
- "transparentTitle": "auto"
- }
- }
- ]
- },
- {
- "root": "pages/oldPage/preference",
- "pages": [
- {
- "path": "index",
- "aliasPath": "/preference",
- "name": "preference",
- "style": {
- "navigationBarTitleText": "-----------偏好设置-----------"
- }
- }
- ]
- },
- {
- "root": "pages/oldPage/feedback",
- "pages": [
- {
- "path": "index",
- "aliasPath": "/feedback",
- "name": "feedback",
- "style": {
- "navigationBarTitleText": "-----------意见反馈-----------",
- "transparentTitle": "auto"
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "promotion/index",
- "aliasPath": "/promotion",
- "name": "promotion",
- "style": {
- "navigationBarTitleText": "优惠活动",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "promotion/detail/index",
- "aliasPath": "/promotionDetail",
- "name": "promotionDetail",
- "style": {
- "navigationBarTitleText": "优惠活动详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "safety/index",
- "aliasPath": "/safety",
- "name": "safety",
- "style": {
- "navigationBarTitleText": "安全",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "userInfo/index",
- "aliasPath": "/userInfo",
- "name": "userInfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "topUp/index",
- "aliasPath": "/topUp",
- "name": "topUp",
- "style": {
- "navigationBarTitleText": "充值",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "topUp/info",
- "aliasPath": "/info",
- "name": "rechargeDetail",
- "style": {
- "navigationBarTitleText": "充值",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "rechargeRecord/index",
- "aliasPath": "/rechargeRecord",
- "name": "rechargeRecord",
- "style": {
- "navigationBarTitleText": "充值记录",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "withdraw/index",
- "aliasPath": "/withdraw",
- "name": "withdraw",
- "style": {
- "navigationBarTitleText": "提现",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "withdrawalHistory/index",
- "aliasPath": "/withdrawalHistory",
- "name": "withdrawalHistory",
- "style": {
- "navigationBarTitleText": "提现记录",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "Yuebao/index",
- "aliasPath": "/Yuebao",
- "name": "Yuebao",
- "style": {
- "navigationBarTitleText": "余额宝",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "Yuebao/itemList",
- "aliasPath": "/YuebaoItemList",
- "name": "YuebaoItemList",
- "style": {
- "navigationBarTitleText": "余额宝记录",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "WalletManagement/index",
- "aliasPath": "/WalletManagement",
- "name": "WalletManagement",
- "style": {
- "navigationBarTitleText": "钱包管理",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "changePassword/index",
- "aliasPath": "/changePassword",
- "name": "changePassword",
- "style": {
- "navigationBarTitleText": "修改密码",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "changeFundPassword/index",
- "aliasPath": "/changeFundPassword",
- "name": "changeFundPassword",
- "style": {
- "navigationBarTitleText": "修改资金密码",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/my",
- "pages": [
- {
- "path": "fundRecord/index",
- "aliasPath": "/fundRecord",
- "name": "fundRecord",
- "style": {
- "navigationBarTitleText": "资金记录",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "betSlip/index",
- "aliasPath": "/betSlip",
- "name": "betSlip",
- "style": {
- "navigationBarTitleText": "投注单",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "customerService/index",
- "aliasPath": "/customerService",
- "name": "customerService",
- "style": {
- "navigationBarTitleText": "客服",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/bettingHistory",
- "pages": [
- {
- "path": "bettingDetail/index",
- "aliasPath": "/bettingDetail",
- "name": "bettingDetail",
- "style": {
- "navigationBarTitleText": "投注单详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "sportDetail/index",
- "aliasPath": "/sportDetail",
- "name": "sportDetail",
- "style": {
- "navigationBarTitleText": "赛事详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/Tabbar/Entertainment",
- "pages": [
- {
- "path": "view/PC28/index",
- "aliasPath": "/PC28",
- "name": "PC28",
- "style": {
- "navigationBarTitleText": "PC28",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "view/ExtremeSpeed28/index",
- "aliasPath": "/ExtremeSpeed28",
- "name": "ExtremeSpeed28",
- "style": {
- "navigationBarTitleText": "ExtremeSpeed28",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/Tabbar/Entertainment",
- "pages": [
- {
- "path": "view/Digital/index",
- "aliasPath": "/Digital",
- "name": "Digital",
- "style": {
- "navigationBarTitleText": "Digital",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "view/NewDigital/index",
- "aliasPath": "/NewDigital",
- "name": "NewDigital",
- "style": {
- "navigationBarTitleText": "Digital",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "view/SpeedDigital/index",
- "aliasPath": "/SpeedDigital",
- "name": "SpeedDigital",
- "style": {
- "navigationBarTitleText": "SpeedDigital",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/Tabbar/Entertainment",
- "pages": [
- {
- "path": "view/HKDigital/index",
- "aliasPath": "/HKDigital",
- "name": "HKDigital",
- "style": {
- "navigationBarTitleText": "HKDigital",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/Tabbar/Entertainment",
- "pages": [
- {
- "path": "view/history/index",
- "aliasPath": "/history",
- "name": "history",
- "style": {
- "navigationBarTitleText": "往期历史",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/Tabbar/Entertainment",
- "pages": [
- {
- "path": "view/Pc28BettingHistory/index",
- "aliasPath": "/Pc28BettingHistory",
- "name": "Pc28BettingHistory",
- "style": {
- "navigationBarTitleText": "投注历史",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "view/JisuGame/index",
- "aliasPath": "/JisuGame",
- "name": "JisuGame",
- "style": {
- "navigationBarTitleText": "极速游戏",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "LotteryList/index",
- "aliasPath": "/LotteryList",
- "name": "LotteryList",
- "style": {
- "navigationBarTitleText": "彩票列表",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "AllHistory/components/Lottery/LotteryDetail",
- "aliasPath": "/LotteryDetail",
- "name": "LotteryDetail",
- "style": {
- "navigationBarTitleText": "彩票详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "AllHistory/index",
- "aliasPath": "/AllHistory",
- "name": "AllHistory",
- "style": {
- "navigationBarTitleText": "全部投注单",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "AllHistory/components/championDetail",
- "aliasPath": "/championDetail",
- "name": "championDetail",
- "style": {
- "navigationBarTitleText": "冠军详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "AllHistory/components/jisuDetail",
- "aliasPath": "/jisuDetail",
- "name": "jisuDetail",
- "style": {
- "navigationBarTitleText": "极速游戏详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/common",
- "pages": [
- {
- "path": "PC28Rule/index",
- "aliasPath": "/PC28Rule",
- "name": "PC28Rule",
- "style": {
- "navigationBarTitleText": "PC28规则",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- },
- {
- "root": "pages/WorkModule/Entertainment",
- "pages": [
- {
- "path": "Detail/index",
- "aliasPath": "/EntertainmentDetail",
- "name": "EntertainmentDetail",
- "style": {
- "navigationBarTitleText": "pc28详情",
- "transparentTitle": "auto",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#f8b932",
- "backgroundColor": "#FFFFFF",
- "iconWidth": "20px",
- "list": [
- {
- "iconPath": "static/images/tabbar/g1.png",
- "selectedIconPath": "static/images/tabbar/g.png",
- "pagePath": "pages/Tabbar/Home/index",
- "text": "首页"
- },
- {
- "iconPath": "static/images/tabbar/b.png",
- "selectedIconPath": "static/images/tabbar/b1.png",
- "pagePath": "pages/Tabbar/SportsEvents/index",
- "text": "体育赛事"
- },
- // {
- // "iconPath": "static/images/tabbar/j.png",
- // "selectedIconPath": "static/images/tabbar/j1.png",
- // "pagePath": "pages/Tabbar/Entertainment/index",
- // "text": "购彩"
- // },
- // {
- // "iconPath": "static/images/tabbar/d.png",
- // "selectedIconPath": "static/images/tabbar/d1.png",
- // "pagePath": "pages/Tabbar/BettingHistory/index",
- // // "pagePath": "pages/common/AllHistory/index",
- // "text": "投注历史"
- // },
- {
- "iconPath": "static/images/tabbar/kef.png",
- "selectedIconPath": "static/images/tabbar/kef1.png",
- "pagePath": "pages/common/customerService/index",
- "text": "客服"
- },
- {
- "iconPath": "static/images/tabbar/kaijiang.png",
- "selectedIconPath": "static/images/tabbar/kaijiang1.png",
- "pagePath": "pages/WorkModule/LotteryDraw/index",
- "text": "开奖"
- },
- {
- "iconPath": "static/images/tabbar/h1.png",
- "selectedIconPath": "static/images/tabbar/h.png",
- "pagePath": "pages/Tabbar/My/index",
- "text": "我的"
- }
- ],
- "midButton": {
- "width": "70px",
- "height": "70px",
- "iconPath": "/static/images/image.png",
- "iconWidth": "70px"
- }
- },
- "globalStyle": {
- "navigationBarTitleText": "MelBet",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#F8F8F8"
- }
- }
|