For the complete documentation index, see llms.txt. This page is also available as Markdown.

Environment.initialURL

函数式 API getSchemeUri也可以通过它使用相同的功能。

功能说明

这是首次进入应用时使用的 scheme URL。之后的页面跳转不会反映出来。

是常量值,可直接读取,无需调用。

类型

Environment.initialURL: string;

Params

Response

这是一个 scheme URL 字符串。

示例代码

import { Environment } from "@apps-in-toss/web-framework";

console.log(Environment.initialURL);

这有帮助吗?