tangning 2 tháng trước cách đây
mục cha
commit
763ffa4e81
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }">