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

chore: 修改ip环境变量

上级 8c25052d
VITE_LOGIN_URL=http://10.10.0.101:1001/auth/login/index VITE_LOGIN_URL=http://172.16.3.203:1001/auth/login/index
VITE_QA_CENTER_URL=http://10.10.0.101:1004 VITE_QA_CENTER_URL=http://172.16.3.203:1004
VITE_BI_URL=http://10.10.0.101:1012 VITE_BI_URL=http://172.16.3.203:1012
VITE_STATIC_URL=https://saas-lab-api VITE_STATIC_URL=https://saas-lab-api
import { Base64 } from 'js-base64' import { Base64 } from 'js-base64'
export function getOnlinePreviewUrl(url: string) { export function getOnlinePreviewUrl(url: string) {
return 'http://10.10.0.101:8012/onlinePreview?url=' + encodeURIComponent(Base64.encode(url)) return 'http://172.16.3.203:8012/onlinePreview?url=' + encodeURIComponent(Base64.encode(url))
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论