|
@@ -4,23 +4,23 @@
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/index/index", // 首页
|
|
|
|
|
|
+ "path": "pages/login/login",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "乐色管家",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
|
+ "navigationBarTitleText": "授权登录"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/goods/index", // 商城
|
|
|
|
|
|
+ "path": "pages/index/index", // 首页
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "乐色管家",
|
|
"navigationBarTitleText": "乐色管家",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/login/login",
|
|
|
|
|
|
+ "path": "pages/goods/index", // 商城
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "授权登录"
|
|
|
|
|
|
+ "navigationBarTitleText": "乐色管家",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|