tangning 2 月之前
父節點
當前提交
763ffa4e81
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productOperation/viewKankan.vue

+ 1 - 1
src/views/productOperation/viewKankan.vue

@@ -12,7 +12,7 @@
           <!-- <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button> -->
         </template>
         <template #href="{ record }">
-          <a v-if="record.name" target="_blank" :href="record.share">{{ record.name }}</a>
+          <a v-if="record.name" target="_blank" :href="location.host=='v4-uat.4dkankan.com'?`https://test.4dkankan.com/panorama/show.html?id=${record.sceneCodes}&lang=zh`:`/panorama/show.html?id=${record.sceneCodes}&lang=zh`">{{ record.name }}</a>
           <span v-else>-</span>
         </template>
         <template #action="{ record }">