feat: 添加首页配置
This commit is contained in:
parent
95d45a0ade
commit
a9bd456ab3
|
@ -12,6 +12,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pages": [
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "pages/home/index/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "首页",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/notes/index",
|
"path": "pages/notes/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
Loading…
Reference in New Issue