feat: 新增登录功能交互

This commit is contained in:
duanshuwen
2025-07-26 17:57:25 +08:00
parent 5321b27176
commit 00c2b9e2d7
20 changed files with 393 additions and 100 deletions

View File

@@ -1,39 +1,42 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/chat/ChatQuickAccess",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path": "pages/order/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "navigationBarTextStyle": "black",
// // "navigationBarTitleText": "小沐",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/chat/ChatQuickAccess",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/order/list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "navigationBarTextStyle": "black",
// // "navigationBarTitleText": "小沐",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}