123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
-
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- {
-
- "path": "pages/login/an",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
-
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- },
- // 登录
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": ""
- }
- },
- // 首页
-
- // 注册
- {
- "path": "pages/login/register",
- "style": {
- "navigationStyle": "custom"
- // "navigationStyle": "default",
- }
- },
- // 忘记密码
- {
- "path": "pages/login/forgetpassword",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 盲盒详情
- {
- "path": "pages/index/boxDetails/boxDetails",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "盲盒详情"
- }
- },
- // 藏品详情
- {
- "path": "pages/index/Details/Details",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 盲盒详情
- {
- "path": "pages/collection/box_info/box_info",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 支付方式
- {
- "path": "pages/index/Details/paytype/paytype",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "支付方式"
- }
- },
- // 支付成功
- {
- "path": "pages/index/Details/paytype/sucessRecharge/sucessRecharge",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "支付成功"
- }
- },
- // 藏品转赠
- {
- "path": "pages/index/Details/passon/passon",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 藏品
- {
- "path": "pages/collection/collection",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": ""
- }
- },
-
- // 合成详情
- {
- "path": "pages/collection/compound/compound",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 合成记录
- {
- "path": "pages/collection/compound_history/compound_history",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 藏品详情
- {
- "path": "pages/collection/collectionDetails/collectionDetails",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 消息详情
- {
- "path": "pages/news/details/details",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 我的
- {
- "path": "pages/my/my",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 我的钱包
- {
- "path": "pages/my/wallet/wallet",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 我的钱包
- {
- "path": "pages/my/wallet/recharge",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 充值成功
- {
- "path": "pages/my/wallet/sucessRecharge/sucessRecharge",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
-
- // 意见反馈
- {
- "path": "pages/my/feedback/feedback",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 关于我们
- {
- "path": "pages/my/about/about",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 转赠记录
- {
- "path": "pages/my/passonhistory/passonhistory",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 隐私政策 相关协议
- {
- "path": "pages/my/set/relevant",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 设置
- {
- "path": "pages/my/set/set",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 用户信息
- {
- "path": "pages/my/userinfo/userinfo",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 绑定手机号
- {
- "path": "pages/my/userinfo/bindphone/bindphone",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 订单
- {
- "path": "pages/my/order/order",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 实名认证
- {
- "path": "pages/my/authentication/authentication",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- // 邀请好友
- {
- "path": "pages/my/invitation/invitation",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "邀请好友"
- }
- },
- // 提现
- {
- "path": "pages/my/wallet/whit",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "提现"
- }
- },
- //充值成功
- {
- "path": "pages/my/money/sucessRecharge/sucessRecharge",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- //市场
- {
- "path": "pages/market/market",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- //市场 详情
- {
- "path": "pages/market/market_collection_details/market_collection_details",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- //市场记录
- {
- "path": "pages/my/market_history/market_history",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- //市场盲盒 详情
- {
- "path": "pages/market/market_box_details/market_box_details",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- //修改支付密码
- {
- "path": "pages/my/set/updatepaypass",
- "style": {
- "navigationStyle": "custom",
- // "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- }
- , {
- "path": "pages/my/account/account",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/account/detailed",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/index/webView/webView",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/rank/rank",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/collection/box/box",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/my/synthesis/synthesis",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/collection/consignment/consignment",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/feedback/Feedback/Feedback",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/feedback/details/details",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }
- , {
- "path": "pages/login/landLogin",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/find/find",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/boxDetails/record",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "pages/market/markment/markment",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/single/orderDetail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/authentication/success",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/collection/compound/synt",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
-
-
- {
- "path": "pages/my/invitation/details",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/news/details",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "pages/my/invitation/inv1",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F9FAFF",
- "backgroundColor": "#F8F8F8"
- // ,"onReachBottomDistance":0
- // "enablePullDownRefresh": true
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#fff",
- "borderStyle": "##0E0F0F",
- "backgroundColor": "#0E0F0F",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabar/1.png",
- "selectedIconPath": "static/tabar/5.png"
- },
- {
- "pagePath": "pages/market/market",
- "text": "寄售",
- "iconPath": "static/tabar/2.png",
- "selectedIconPath": "static/tabar/6.png"
- },
- {
- "pagePath": "pages/find/find",
- "text": "发现",
- "iconPath": "static/tabar/3.png",
- "selectedIconPath": "static/tabar/7.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "static/tabar/8.png",
- "selectedIconPath": "static/tabar/4.png"
- }
- ]
- }
- }
|