|
@@ -1,20 +1,20 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/login/index",
|
|
|
- "style": {
|
|
|
- "navigationBarBackgroundColor": "#f4f2f2",
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/indexs",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // "path": "pages/login/index",
|
|
|
+ // "style": {
|
|
|
+ // "navigationBarBackgroundColor": "#f4f2f2",
|
|
|
+ // "navigationBarTitleText": ""
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "path": "pages/login/indexs",
|
|
|
+ // "style": {
|
|
|
+ // "navigationBarTitleText": "登录",
|
|
|
+ // "navigationStyle": "custom"
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -29,7 +29,6 @@
|
|
|
"navigationBarTitleText": "发布"
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
"path": "pages/message/index",
|
|
|
"style": {
|
|
@@ -37,6 +36,12 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "path": "pages/message/msgView",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"path": "pages/mine/index",
|
|
|
"style": {
|
|
|
"navigationStyle": "custom",
|
|
@@ -102,24 +107,24 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "查看物流"
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/goods/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品列表"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/goods/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/goods/order",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "确认订单"
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/goods/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/goods/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/goods/order",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "确认订单"
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
],
|
|
@@ -174,4 +179,4 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
-}
|
|
|
+}
|