mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
增加登陆界面
This commit is contained in:
@ -11,7 +11,21 @@
|
||||
"navigationBarTitleText": "我的",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path": "pages/auth/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationStyle":"custom",
|
||||
"app-plus": {
|
||||
"animationType": "slide-in-bottom"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path" : "pages/set/userInfo",
|
||||
"style" : {
|
||||
"navigationBarTitleText": "个人资料"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
|
Reference in New Issue
Block a user