123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- export const one = [
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- name: "消息管理",
- icon: "icon-icon-test",
- url: "info_message",
- show: "12",
- },
- {
- name: "招聘信息",
- icon: "icon-icon-test",
- url: "info_recruit",
- show: "12",
- },
- {
- name: "简历信息",
- icon: "icon-jianli",
- url: "info_resume",
- show: "12",
- },
- {
- name: "公司信息",
- icon: "icon-gongsi",
- url: "info_company",
- show: "12",
- },
- {
- name: "打卡",
- icon: "icon-daqia",
- url: "punch_clock",
- show: "12",
- },
- {
- name: "异常警告",
- icon: "icon-yichangshangbao",
- url: "warning",
- show: "12",
- },
- {
- name: "电子保安员证",
- icon: "icon-dianziziyuandianzishu",
- url: "el_card",
- show: "12",
- },
- {
- name: "挂失申请",
- icon: "icon-UIsheji_menjinxitong-28",
- url: "lose_apply",
- show: "12",
- },
- {
- name: "修改密码",
- icon: "icon-xiugaimima",
- url: "upPassword",
- show: "",
- },
- {
- name: "退出登录",
- icon: "icon-tuichudenglu",
- url: "out",
- show: "",
- },
- ];
- export const two = [{
- name: "信息核查",
- icon: "icon-tuichudenglu",
- url: "infocheck",
- show: "",
- },
- {
- name: "退出登录",
- icon: "icon-tuichudenglu",
- url: "out",
- show: "",
- },
- ];
|