Skip to content

Commit 52b5d34

Browse files
wss-githeimanba
authored andcommitted
feat: ✨ 支持显示 http 函数的内网域名
fix: #961 Signed-off-by: wss <wssgryx@163.com>
1 parent bc61887 commit 52b5d34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export default class FcBaseComponent extends EntryPublicMethod {
170170
if (deployRes.systemDomain) {
171171
result.url = {
172172
system_url: deployRes.systemDomain,
173+
system_intranet_url: deployRes.systemIntranetDomain,
173174
};
174175
}
175176
if (deployRes.customDomains) {

0 commit comments

Comments
 (0)