24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/agreement/index",
|
|
"style": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTitleText": "旧版协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/agreement/preview/index",
|
|
"style": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTitleText": "商户协议预览"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
}
|