95 lines
2.0 KiB
JSON
95 lines
2.0 KiB
JSON
{
|
|
"name": "Tripellet",
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/loading/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/verification/stepOne",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/verification/stepResult",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/verification/selectCoupon",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/verification/selectIntegral",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/functionList/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detailedList/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#909399",
|
|
"selectedColor": "#303133",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": []
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"dependencies": {
|
|
"vue-i18n": "^8.20.0"
|
|
}
|
|
} |