|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
{
|
|
|
- "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "花店" } },
|
|
|
|
|
|
|
+ "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店" } },
|
|
|
{ "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
|
|
{ "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
|
|
|
{ "path": "pages/home/category", "style": { "navigationBarTitleText": "所有分类" } },
|
|
{ "path": "pages/home/category", "style": { "navigationBarTitleText": "所有分类" } },
|
|
|
{ "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
|
|
{ "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
|
|
@@ -28,6 +28,7 @@
|
|
|
"root": "pages/login",
|
|
"root": "pages/login",
|
|
|
"pages": [
|
|
"pages": [
|
|
|
{ "path": "index", "style": { "navigationBarTitleText": "登录" } },
|
|
{ "path": "index", "style": { "navigationBarTitleText": "登录" } },
|
|
|
|
|
+ { "path": "account", "style": { "navigationBarTitleText": "登录" } },
|
|
|
{ "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
|
|
{ "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|