1.静态页面: 首页 个人中心 登录 注册账号 忘记重置密码 2.引入vuex 加入http请求工具luch-request并设置请求和响应过滤器

This commit is contained in:
sfmind
2022-04-10 01:21:21 +08:00
parent 9709f200c2
commit 7fd8e0dd6c
25 changed files with 1212 additions and 56 deletions

View File

@@ -23,6 +23,30 @@
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "账号登录"
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册账号"
}
},
{
"path": "pages/forgot/forgot",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人资料"
}
}
],
"tabBar": {
@@ -48,7 +72,7 @@
"selectedIconPath": "/static/images/tabbar/cart-active.png"
},
{
"pagePath": "pages/user/user.png",
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/static/images/tabbar/user.png",
"selectedIconPath": "/static/images/tabbar/user-active.png"
@@ -56,7 +80,8 @@
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationStyle": "custom",//取消默认导航栏
"navigationBarTextStyle": "white",
"navigationBarTitleText": "yudao-ui-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#FFFFFF"