We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc61887 commit 52b5d34Copy full SHA for 52b5d34
1 file changed
src/index.ts
@@ -170,6 +170,7 @@ export default class FcBaseComponent extends EntryPublicMethod {
170
if (deployRes.systemDomain) {
171
result.url = {
172
system_url: deployRes.systemDomain,
173
+ system_intranet_url: deployRes.systemIntranetDomain,
174
};
175
}
176
if (deployRes.customDomains) {
0 commit comments