Commit b6f322b5 authored by Jenny's avatar Jenny

feat: tabbar 修改

parent d1ae2c6f
...@@ -14,6 +14,15 @@ ...@@ -14,6 +14,15 @@
"navigationBarTitleText": "个人中心" "navigationBarTitleText": "个人中心"
} }
} }
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
...@@ -28,14 +37,14 @@ ...@@ -28,14 +37,14 @@
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "static/icon/index.png", "iconPath": "static/icon/user_report_normal.png",
"selectedIconPath": "static/icon/index-selected.png", "selectedIconPath": "static/icon/user_report_selected.png",
"text": "首页" "text": "实时数据"
}, { }, {
"pagePath": "pages/center/index", "pagePath": "pages/center/index",
"iconPath": "static/icon/user.png", "iconPath": "static/icon/admin_normal.png",
"selectedIconPath": "static/icon/user-selected.png", "selectedIconPath": "static/icon/admin_selected.png",
"text": "我" "text": "用户中心"
}] }]
}, },
"condition" : { //模式配置,仅开发期间生效 "condition" : { //模式配置,仅开发期间生效
......
<template>
<view>
登录
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment