You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.9 KiB
94 lines
1.9 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/order_list/order_list",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/write_off/confirm/confirm",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/write_off/list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码核销"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/review_list/review_list",
|
|
"style": {
|
|
"navigationBarTitleText": "员工管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/perfect_info/perfect_info",
|
|
"style": {
|
|
"navigationBarTitleText": "员工信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/invite_code/invite_code",
|
|
"style": {
|
|
"navigationBarTitleText": "员工管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/authority_filter/authority_filter",
|
|
"style": {
|
|
"navigationBarTitleText": "员工筛选"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/authority_select/authority_select",
|
|
"style": {
|
|
"navigationBarTitleText": "员工管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/change_admin/change_admin",
|
|
"style": {
|
|
"navigationBarTitleText": "员工管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/employee/manage/manage",
|
|
"style": {
|
|
"navigationBarTitleText": "员工管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant_login/merchant_login",
|
|
"style": {
|
|
"navigationBarTitleText": "商家登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/merchant_info/merchant_info",
|
|
"style": {
|
|
"navigationBarTitleText": "商户号资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store_list/store_list",
|
|
"style": {
|
|
"navigationBarTitleText": "门店信息列表"
|
|
}
|
|
}
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "欧轩智能商家助手",
|
|
"navigationBarBackgroundColor": "#009874",
|
|
"backgroundColor": "#f2f2f7"
|
|
}
|
|
}
|