Commit b6f322b5 authored by Jenny's avatar Jenny

feat: tabbar 修改

parent d1ae2c6f
......@@ -14,7 +14,16 @@
"navigationBarTitleText": "个人中心"
}
}
],
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
......@@ -28,14 +37,14 @@
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/index.png",
"selectedIconPath": "static/icon/index-selected.png",
"text": "首页"
"iconPath": "static/icon/user_report_normal.png",
"selectedIconPath": "static/icon/user_report_selected.png",
"text": "实时数据"
}, {
"pagePath": "pages/center/index",
"iconPath": "static/icon/user.png",
"selectedIconPath": "static/icon/user-selected.png",
"text": "我"
"pagePath": "pages/center/index",
"iconPath": "static/icon/admin_normal.png",
"selectedIconPath": "static/icon/admin_selected.png",
"text": "用户中心"
}]
},
"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