@@ -328,7 +328,7 @@ export function getNewsDetail(data, cb=()=>{}) {
export function getSomeData(cb=()=>{}) {
axios({
method: "get",
- url: `${serverName}/work/19/someData.json`,
+ url: `${serverName}/work/30/someData.json`,
}).then((res) => {
cb(res);
});
@@ -437,7 +437,7 @@ export default {
}
window.embedpano({
- xml: `${this.$serverName}/work/19/tour${this.$serverName ? "_test" : ""}.xml`,
+ xml: `${this.$serverName}/work/30/tour${this.$serverName ? "_test" : ""}.xml`,
swf: "%HTMLPATH%/static/lib/krpano/tour.swf",
target: "pano",
html5: "auto",