Browse Source

refactor(pages): 调整页面顺序并移除重复项- 将 student/login/login 页面移动到数组开头

- 删除了重复的 student/login/login 页面
master
liutong 11 months ago
parent
commit
5a951b144a
  1. 19
      pages.json

19
pages.json

@ -1,5 +1,14 @@
{ {
"pages": [ "pages": [
{
"path": "pages/student/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white"
}
},
{ {
"path": "pages/student/index/index", "path": "pages/student/index/index",
"style": { "style": {
@ -27,15 +36,7 @@
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }
}, },
{
"path": "pages/student/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white"
}
},
{ {
"path": "pages/student/login/forgot", "path": "pages/student/login/forgot",
"style": { "style": {

Loading…
Cancel
Save