Commit ec18e61b authored by 李星剑's avatar 李星剑

add 页面路径新增

parent 7dc00c29
...@@ -7,10 +7,8 @@ ...@@ -7,10 +7,8 @@
{ {
"path": "pages/user/tenanList/index", "path": "pages/user/tenanList/index",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "选择租户",
"navigationBarTextStyle": "white", "enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationStyle": "custom"
} }
}, },
...@@ -18,9 +16,7 @@ ...@@ -18,9 +16,7 @@
"path": "pages/user/register", "path": "pages/user/register",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "完善信息",
"navigationBarTextStyle": "white", "enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationStyle": "custom"
} }
}, },
...@@ -28,17 +24,25 @@ ...@@ -28,17 +24,25 @@
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/designCommissioned/listSelectToAdd",
"style": {
"navigationBarTitleText": "选择面料新增内容",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/designCommissioned/listSelectToAdd", "path": "pages/designCommissioned/list",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "款式委托选款列表",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
...@@ -56,15 +60,26 @@ ...@@ -56,15 +60,26 @@
}, },
{ {
"path": "pages/designCommissioned/editItem", "path": "pages/designCommissioned/item",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "委托详情",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, { },
{
"path": "pages/user/login/login",
"style": {
"navigationBarTitleText": "模拟登录",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/designCommissioned/splitItem", "path": "pages/designCommissioned/splitItem",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "完善信息",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment