处理用户登陆

This commit is contained in:
2026-01-15 16:10:27 +08:00
parent 88c8a4517b
commit b04c263e49
37 changed files with 567 additions and 497 deletions

View File

@@ -40,6 +40,13 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "登陆"
}
},
{
"path": "pages/index/orderAdd",
"style": {
@@ -149,77 +156,72 @@
// "navigationStyle": "custom"
// }
// },
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/phoneAuthorization",
"style": {
"navigationBarTitleText": "授权手机号"
}
},
// {
// "path": "pages/login/phoneAuthorization",
// "style": {
// "navigationBarTitleText": "授权手机号"
// }
// },
// {
// "path": "pages/control/goods/index",
// "style": {
// "navigationBarTitleText": "商品管理"
// }
// },
{
"path": "pages/config/store",
"style": {
"navigationBarTitleText": "商城配置"
}
},
{
"path": "pages/config/price",
"style": {
"navigationBarTitleText": "价格调整",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsList",
"style": {
"navigationBarTitleText": "商品管理",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsAdd",
"style": {
"navigationBarTitleText": "新增商品",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsEdit",
"style": {
"navigationBarTitleText": "编辑商品",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/goodsDetail",
"style": {
"navigationBarTitleText": "店铺商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/config/shopOrder/index",
"style": {
"navigationBarTitleText": "店铺订单"
}
},
{
"path": "pages/config/shopOrder/detail",
"style": {
"navigationBarTitleText": "店铺订单-详情"
}
}
// {
// "path": "pages/config/store",
// "style": {
// "navigationBarTitleText": "商城配置"
// }
// },
// {
// "path": "pages/config/price",
// "style": {
// "navigationBarTitleText": "价格调整",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/config/goodsList",
// "style": {
// "navigationBarTitleText": "商品管理",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/config/goodsAdd",
// "style": {
// "navigationBarTitleText": "新增商品",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/config/goodsEdit",
// "style": {
// "navigationBarTitleText": "编辑商品",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/config/goodsDetail",
// "style": {
// "navigationBarTitleText": "店铺商品详情",
// "enablePullDownRefresh": false
// }
// },
// {
// "path": "pages/config/shopOrder/index",
// "style": {
// "navigationBarTitleText": "店铺订单"
// }
// },
// {
// "path": "pages/config/shopOrder/detail",
// "style": {
// "navigationBarTitleText": "店铺订单-详情"
// }
// }
// {
// "path": "pages/control/parts/index",
// "style": {
@@ -247,7 +249,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "远阳数码",
"navigationBarTitleText": "茶麻古道",
"navigationBarBackgroundColor": "#fff",
"backgroundTextStyle": "dark",
"backgroundColor": "#F2F3F5",