shangjia1.1/pages.json

187 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
"custom": {
/* uView */
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
//首页
{
"path": "pages/first/index",
"style": {
"navigationBarTitleText": "首页",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//登录
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//协议
{
"path": "pages/web_view/web_view",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//x
{
"path": "pages/store/change_phone/change_phone",
"style": {
"navigationBarTitleText": "更改手机号",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
{
"path": "pages/store/modify_password/modify_password",
"style": {
"navigationBarTitleText": "修改/忘记密码",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
{
"path": "pages/store/secret/secret",
"style": {
"navigationBarTitleText": "安全中心",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//店铺设置
{
"path": "pages/store/setup",
"style": {
"navigationBarTitleText": "店铺设置",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//银行卡
{
"path": "pages/store/card",
"style": {
"navigationBarTitleText": "银行卡",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//账单
{
"path": "pages/fiance/ledger/ledger",
"style": {
"navigationBarTitleText": "账单",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//收银台
{
"path": "pages/store/cashier/cashier",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//报表
{
"path": "pages/fiance/report/report",
"style": {
"navigationBarTitleText": "报表",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//结算记录
{
"path": "pages/store/withdraw/withdraw",
"style": {
"navigationBarTitleText": "结算记录",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//扫码送金豆
{
"path": "pages/store/withdraw/creditadd",
"style": {
"navigationBarTitleText": "扫码送金豆",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
},
//金豆抵扣
{
"path": "pages/store/withdraw/credit",
"style": {
"navigationBarTitleText": "金豆抵扣",
"app-plus": {
"bounce": "none" //关闭窗口回弹效果
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "余乐兑",
"navigationBarBackgroundColor": "#ed6d00",
"backgroundColor": "#F7F7F7"
},
"uniIdRouter": {},
"tabBar": {
"color": "#909399",
"selectedColor": "#ed6d00",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"height": "60px",
"list": [{
"pagePath": "pages/first/index",
"iconPath": "static/yuledui/tab_home.png",
"selectedIconPath": "static/yuledui/tab_home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/yuledui/tab_my.png",
"selectedIconPath": "static/yuledui/tab_my_selected.png",
"text": "我的"
}
]
}
}