diff --git a/public/img/department/test.png b/public/img/department/test.png new file mode 100644 index 0000000..b7776e9 Binary files /dev/null and b/public/img/department/test.png differ diff --git a/public/img/department/test1.png b/public/img/department/test1.png new file mode 100644 index 0000000..6631271 Binary files /dev/null and b/public/img/department/test1.png differ diff --git a/src/pages/company.jsx b/src/pages/company.jsx index ee9e141..ae447e0 100644 --- a/src/pages/company.jsx +++ b/src/pages/company.jsx @@ -100,7 +100,8 @@ export default function companyPage() { // 获取部门图片 function getDepartmentImage(level) { - return `./img/department/dept${level}.png`; + //return `./img/department/dept${level}.png`; + return `./img/department/test1.png`; } // 获取分部图片