Commit d8324e52 by ningjihai

下载网关插件

parent 1a52474f
...@@ -150,7 +150,7 @@ const removeProjectConfig = (index) => { ...@@ -150,7 +150,7 @@ const removeProjectConfig = (index) => {
// 下载网关插件 // 下载网关插件
const downloadGatewayPlugin = () => { const downloadGatewayPlugin = () => {
window.open(`${gatewayConfig.value.url}:${gatewayConfig.value.port}/core/encryptionconfig/download?appProjectName='加密网关平台'&projectid=${props.projectId}&gatewayUrl=${gatewayConfig.value.url}&gatewayPort=${gatewayConfig.value.port}&appUrl=''&appPort=''`) window.open(`${gatewayConfig.value.url}:${gatewayConfig.value.port}/core/encryptionconfig/download?appProjectName=${import.meta.env.VITE_APP_TITLE}'&projectid=${props.projectId}&gatewayUrl=${gatewayConfig.value.url}&gatewayPort=${gatewayConfig.value.port}&appUrl=''&appPort=''`)
// 实际项目中实现下载逻辑 // 实际项目中实现下载逻辑
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论