shaogen1995 5 月之前
父节点
当前提交
6ef8e8a363
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/src/config/api.js
  2. 1 1
      web/src/views/scene/scene.vue

+ 1 - 1
web/src/config/api.js

@@ -328,7 +328,7 @@ export function getNewsDetail(data, cb=()=>{}) {
 export function getSomeData(cb=()=>{}) {
   axios({
     method: "get",
-    url: `${serverName}/work/44/someData.json`,
+    url: `${serverName}/work/47/someData.json`,
   }).then((res) => {
     cb(res);
   });

+ 1 - 1
web/src/views/scene/scene.vue

@@ -438,7 +438,7 @@ export default {
 
       window.embedpano({
         // xml: `${this.$serverName}/work/34/tour${this.$serverName ? "_test" : ""}.xml`,
-        xml: `${this.$serverName}/work/44/tour${this.$serverName ? "" : ""}.xml`,
+        xml: `${this.$serverName}/work/47/tour${this.$serverName ? "" : ""}.xml`,
         swf: "%HTMLPATH%/static/lib/krpano/tour.swf",
         target: "pano",
         html5: "auto",