代客下单修改,登录页面修改,部分页面调整,请求封装调整
This commit is contained in:
18
pages.json
18
pages.json
@@ -9,6 +9,15 @@
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"pageId": "PAGES_INDEX_CHOOSE_TABLE",
|
||||
"path": "pages/choose-table/choose-table",
|
||||
"style": {
|
||||
// "navigationBarTitleText": "代客下单"
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_CREATE_ORDER",
|
||||
"path": "pagesCreateOrder/index/index",
|
||||
@@ -18,6 +27,15 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_TABLE_ORDER",
|
||||
"path": "pagesCreateOrder/table-order/index",
|
||||
"style": {
|
||||
// "navigationBarTitleText": "台桌订单"
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_LOGIN",
|
||||
"path": "pages/login/index",
|
||||
|
||||
Reference in New Issue
Block a user