百度智能小程序 页面路径

2020-09-05 15:11 更新

page.path

解释:页面路径。

page.path: string

示例代码:

automator.launch().then(async smartProgram => {
    await smartProgram.reLaunch('/pages/api/api');
    const page = await smartProgram.currentPage();
    console.log(page.path) // pages/api/api
});


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号