| | |
| | | window.DC = Object.create(DC) |
| | | |
| | | const { VITE_APP_BASE,VITE_APP_CESIUM_TOKEN } = import.meta.env |
| | | window.CESIUM_BASE_URL = `${VITE_APP_BASE}cesiumPu` |
| | | window.CESIUM_BASE_URL = `${VITE_APP_BASE}/cesiumPu` |
| | | Cesium.Ion.defaultAccessToken = VITE_APP_CESIUM_TOKEN |
| | | |
| | | // 获取url中是否存在token |
| | |
| | | const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}` |
| | | window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank') |
| | | } else { |
| | | isShowDeviceJobDetails.value = true |
| | | // isShowDeviceJobDetails.value = true |
| | | const adminUrl = `${import.meta.env.VITE_APP_AREA_NAME}/command-center-dashboard/` |
| | | const targetPath = `/taskManage?id=${item.id}&batchNo=${item.batch_no}` |
| | | window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank') |
| | | } |
| | | } |
| | | |