浏览代码

入口页列表名称修改(数据服务+火苗儿校企)

lifanagju_citu 10 月之前
父节点
当前提交
2f42627e67
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/entrances/list/index.vue

+ 2 - 2
src/views/entrances/list/index.vue

@@ -40,8 +40,8 @@ const smallTitle = [
 const menuList = ref([
   { icon: 'mdi-account-group-outline', title: '门墩儿直聘', to: '/personal' },
   { icon: 'mdi-shopping-outline', title: '臻选商城', to: '/mall' },
-  { icon: 'mdi-chart-bar-stacked', title: '考勤管理', to: '' },
-  { icon: 'mdi-checkbox-marked-outline', title: '审批管理', to: '' },
+  { icon: 'mdi-chart-bar-stacked', title: '数据服务', to: '' },
+  { icon: 'mdi-school-outline', title: '火苗儿校企', to: '' },
 ])
  const handleClick = (item) => {
   // router.push(item.to)