|
@@ -12,7 +12,7 @@
|
|
<!-- <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button> -->
|
|
<!-- <a-button type="primary" @click="handleMoveAll"> 批量迁移</a-button> -->
|
|
</template>
|
|
</template>
|
|
<template #href="{ record }">
|
|
<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>
|
|
<span v-else>-</span>
|
|
</template>
|
|
</template>
|
|
<template #action="{ record }">
|
|
<template #action="{ record }">
|