37 lines
614 B
JSON
37 lines
614 B
JSON
|
{
|
||
|
"pages": [
|
||
|
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "消息"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/login/login",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "登录"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/order",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "订单"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/index/article",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": ""
|
||
|
}
|
||
|
},
|
||
|
],
|
||
|
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "九亿客服端",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"uniIdRouter": {}
|
||
|
}
|