|
@@ -58,7 +58,7 @@ async function handleCollect() {
|
|
|
}
|
|
|
|
|
|
const chartRenderUrl = computed(() => {
|
|
|
- return `https://dwresearch.dwfutures.com/chart/preview?code=${chartInfo.value.UniqueCode}&source=etamini&token=${route.query.token}`
|
|
|
+ return `${chartBaseUrl.value}/chart/preview?code=${chartInfo.value.UniqueCode}&source=etamini&token=${route.query.token}`
|
|
|
})
|
|
|
|
|
|
|
|
@@ -133,6 +133,7 @@ const isShowMZSM = ref(false)
|
|
|
.chart-render-wrap {
|
|
|
margin-top: 50px;
|
|
|
height: 800px;
|
|
|
+ margin-bottom: 40px;
|
|
|
iframe {
|
|
|
width: 100%;
|
|
|
height: 100%;
|