How to keep the perspective,when add OrbitControls in published page by editor?

The page published by the editor, after adding the OrbitControls, the perspective changed, how to keep the design perspective.

How to let the perspective of Image3 be consistent with the perspective of Image2 ?

Editor
Image1

published page by editor
Image2

when add OrbitControls in published page
image

Image3

How to let the perspective of Image3 be consistent with the perspective of Image2 ?

Most likely the problem is that your OrbitControls.target is not set. By default is it (0,0,0) and OrbitControls turns the camera in such a way, that the target is in the middle of the window.

Try to set another value with this.controls.target.set(x,y,z) where (x, y, z) are the coordinates of the table lamp (see the red arrow in the image).