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 }">