Skip to content

Commit

Permalink
feat: ✨ 支持显示 http 函数的内网域名
Browse files Browse the repository at this point in the history
fix: #961
Signed-off-by: wss <wssgryx@163.com>
  • Loading branch information
wss-git authored and heimanba committed Apr 25, 2023
1 parent bc61887 commit 52b5d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export default class FcBaseComponent extends EntryPublicMethod {
if (deployRes.systemDomain) {
result.url = {
system_url: deployRes.systemDomain,
system_intranet_url: deployRes.systemIntranetDomain,
};
}
if (deployRes.customDomains) {
Expand Down

0 comments on commit 52b5d34

Please sign in to comment.