master
鲁洪霞 2026-01-13 09:30:22 +08:00
parent 9558a2e153
commit 170ecb1d7b
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import bg from "~/assets/images/public/white/bg.png";
import Title from "~/pages/Container/WhiteBranchOffice/components/Title"; import Title from "~/pages/Container/WhiteBranchOffice/components/Title";
import "./index.less"; import "./index.less";
function WhiteBranchOffice() { function WhiteShareOffice() {
useMount(() => { useMount(() => {
autoFit.init({ dw: 1920, dh: 1080, el: ".white_branch_office", resize: true }); autoFit.init({ dw: 1920, dh: 1080, el: ".white_branch_office", resize: true });
}); });
@ -18,4 +18,4 @@ function WhiteBranchOffice() {
); );
} }
export default WhiteBranchOffice; export default WhiteShareOffice;