master
parent
9558a2e153
commit
170ecb1d7b
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue