no message

cyl/job_im
jscyl13849007907 2 weeks ago
parent 2049da8f49
commit 609e6d34fc

@ -693,6 +693,15 @@
"navigationBarTitleText": "职位标签", "navigationBarTitleText": "职位标签",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "child/jobList",
"style": {
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed",
"navigationBarTitleText": "职位管理"
}
} }
] ]
}, },

@ -286,6 +286,12 @@ export default {
setService() { setService() {
// //
this.serverList = [ this.serverList = [
{
name: "职位管理",
icon: "file-text",
iconType: 1,
path: "/root/merchantManagement/child/jobList?type=职位管理",
},
// { // {
// name: "", // name: "",
// icon: "cloud", // icon: "cloud",

@ -12,7 +12,7 @@
<div v-show="currentPage === 3"> <div v-show="currentPage === 3">
<tools :firstLoad="firstLoad"></tools> <tools :firstLoad="firstLoad"></tools>
</div> </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> -->
</div> </div>
</template> </template>

Loading…
Cancel
Save