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

chore: 修改卷王地址为环境变量配置

上级 6737171b
VITE_LOGIN_URL=https://login.segcdc.cn/auth/login/index VITE_LOGIN_URL=https://login.segcdc.cn/auth/login/index
VITE_LAB_URL=https://bi.segcdc.cn/bi/?proc=0&action=index VITE_LAB_URL=https://bi.segcdc.cn/bi/?proc=0&action=index
VITE_SURVEYKING_URL=https://surveyking.segcdc.cn
...@@ -15,7 +15,7 @@ function handleCopy(value: string) { ...@@ -15,7 +15,7 @@ function handleCopy(value: string) {
} }
function handleSubmit() { function handleSubmit() {
window.open(`https://surveyking.ezijing.com?account=${props.account}&password=${props.password}`) window.open(`${import.meta.env.VITE_SURVEYKING_URL}?account=${props.account}&password=${props.password}`)
} }
</script> </script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论