tangning пре 7 месеци
родитељ
комит
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 }">