修改tour.xmlui
替換<scene>標籤url
<scene name="scene_{$v.viewuuid}" sgroup="name_group_{$v.sgroup}" title="{$v.sceneTitle}" {if $v.album}album="{$v.album}"{/if} onstart="activatespot(90)" thumburl="{$v.imgPath}?{time()}" lat="" lng="" heading=""> <!-- preview pano image --> <preview url="{$prefix}/{$v.viewuuid}/preview.jpg" /> <!-- pano image --> <image type="CYLINDER" hfov="1.00" vfov="0.500000" voffset="0.00" multires="true" tilesize="512" progressive="true"> <level tiledimagewidth="2048" tiledimageheight="1024" download="view"> <cylinder url="{$prefix}/{$v.viewuuid}/l1/%v/l1_%v_%h.jpg" /> </level> </image> </scene>