前端各页面对接数据

This commit is contained in:
2026-02-02 17:34:31 +08:00
parent d57592ca7d
commit b6200cda28
25 changed files with 7634 additions and 1977 deletions

View File

@@ -1,12 +1,12 @@
{
"pages": [
{
"path": "pages/mall/consumer/index",
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/boot",
@@ -45,11 +45,12 @@
}
},
{
"path": "pages/user/login",
"path": "pages/mall/consumer/index",
"style": {
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/user/change-password",