@dfeidao/fd-am000056
v4.6.201910221122
Published
页面跳转(从右到左)
Maintainers
Readme
页面跳转(从右到左)
Installation
yarn add --dev @dfeidao/fd-am000056Params
参数 | 说明 | 类型 ---- | ---- | ---- fd | 系统参数 | IFeidaoAiMobile page_name | 页面名 | string params | 传递到跳转页面的参数 | NavigationParams
Example
import IFeidaoAiMobile from '@dfeidao/fd-am000000';
import am056 from '@dfeidao/fd-am000056';
export default async function a001(fd: IFeidaoAiMobile) {
am056(fd, 'test', {});
}