提交 d6cd8769 authored 作者: 王鹏飞's avatar 王鹏飞

chore: BI地址增加系统标识

上级 20ed9bb4
......@@ -12,7 +12,7 @@ const ScoreLogDialog = defineAsyncComponent(() => import('../components/ScoreLog
const { courses, experiments, specialties, classes } = useFilterList()
const cookies = useCookies(['TGC'])
const LAB_URL = `${import.meta.env.VITE_LAB_URL}&token=${cookies.get('TGC')}`
const LAB_URL = `${import.meta.env.VITE_LAB_URL}&token=${cookies.get('TGC')}&sysFlag=wuxt`
const route = useRoute()
......
......@@ -95,7 +95,7 @@ const cookies = useCookies(['TGC'])
const LAB_URL = computed(() => {
return experimentInfo?.type === 4
? `${import.meta.env.VITE_DML_URL}?experiment_id=${form.experiment_id}`
: `${import.meta.env.VITE_LAB_URL}&token=${cookies.get('TGC')}`
: `${import.meta.env.VITE_LAB_URL}&token=${cookies.get('TGC')}&sysFlag=wuxt`
})
let iframeKey = $ref(Date.now())
// 返回首页
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论