|
@@ -2,15 +2,6 @@
|
|
|
"pages": [
|
|
"pages": [
|
|
|
// 系统没有开放前,作为第一个页面,开发后作为最后一个页面
|
|
// 系统没有开放前,作为第一个页面,开发后作为最后一个页面
|
|
|
{
|
|
{
|
|
|
- "path": "pages/default/default",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "公告",
|
|
|
|
|
- "enablePullDownRefresh": false,
|
|
|
|
|
- "transparentTitle": "always",
|
|
|
|
|
- "disableScroll": true
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "智慧校园公寓"
|
|
"navigationBarTitleText": "智慧校园公寓"
|
|
@@ -63,6 +54,15 @@
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "公寓介绍"
|
|
"navigationBarTitleText": "公寓介绍"
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/default/default",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "公告",
|
|
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
|
|
+ "transparentTitle": "always",
|
|
|
|
|
+ "disableScroll": true
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|