Init applications
This commit is contained in:
28
apps/child-coding-miniapp/src/pages.json
Normal file
28
apps/child-coding-miniapp/src/pages.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pages": [ // pages数组中第一项表示应用启动页
|
||||
{
|
||||
"path": "pages/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/register",
|
||||
"style": {
|
||||
"navigationBarTitleText": "注册"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user