4.6.201909161541 • Published 5 years ago

@dfeidao/fd-am000058 v4.6.201909161541

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

返回到指定页面

Installation

yarn add --dev @dfeidao/fd-am000058

Params

参数说明类型
fd系统参数IFeidaoAiMobile
key页面的key,可以在当前页面通过原子操作获取string

Example

import am58 from '@dfeidao/fd-am000058';
import IFeidaoAiMobile from '@dfeidao/fd-am000000';

export default async function a001(fd: IFeidaoAiMobile) {
	am58(fd, 'mykey');
}