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

chore: update

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