Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jul 20, 2023
1 parent d4ca6cc commit 6e894d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/providers/applaunchpad/src/utils/adapt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const adaptAppDetail = (configs: DeployKindsType[]): AppDetailType => {
if (!appDeploy) {
throw new Error('获取APP异常');
}
console.log(deployKindsMap.ConfigMap, '=====');

const domain = deployKindsMap?.Ingress?.spec?.rules?.[0].host;
const sealosDomain = deployKindsMap?.Ingress?.metadata?.labels?.[domainKey];
Expand Down

0 comments on commit 6e894d6

Please sign in to comment.