@ -693,6 +693,15 @@
"navigationBarTitleText": "职位标签",
"navigationStyle": "custom"
}
},
{
"path": "child/jobList",
"style": {
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed",
"navigationBarTitleText": "职位管理"
]
@ -286,6 +286,12 @@ export default {
setService() {
// 获取完数据后刷新商家服务的小红点
this.serverList = [
name: "职位管理",
icon: "file-text",
iconType: 1,
path: "/root/merchantManagement/child/jobList?type=职位管理",
// {
// name: "平台职位",
// icon: "cloud",
@ -12,7 +12,7 @@
<div v-show="currentPage === 3">
<tools :firstLoad="firstLoad"></tools>
</div>
<u-tabbar :iconSize="48" imgType="custom" v-model="currentPage" :hideTabBar="false" :list="list" :active-color="themeColor" :before-switch="handleTab" class="tabbar" iconSize="48" @change="handleChange"></u-tabbar>
<!-- <u-tabbar :iconSize="48" imgType="custom" v-model="currentPage" :hideTabBar="false" :list="list" :active-color="themeColor" :before-switch="handleTab" class="tabbar" iconSize="48" @change="handleChange"></u-tabbar> -->
</template>