You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
385 B
18 lines
385 B
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index" // 会议列表
|
|
},{
|
|
"path": "pages/index/details" // 会议详情
|
|
},{
|
|
"path": "pages/user/login" // 登录
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "大唐会议",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#FFFFFF",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
|