4.6.201910301110 • Published 5 years ago

@dfeidao/fd-aw000036 v4.6.201910301110

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

转换url地址

Params

NameTypeDefault valuedescribe
queryobject-url后追加的参数
urlstringwindow.location.href要跳转页面的地址

Example

import aw36 from '@dfeidao/fd-aw000036';

const url = aw36({ productid: 'kinth_cloud_100', project_no: '11111111' });//  return 'http://localhost:9876/context.html?productid=kinth_cloud_100&project_no=11111111'
或
const url = aw36({ productid: 'kinth_cloud_100', project_no: '11111111' }, 'asset-management.html'); // return 'asset-management.html?productid=kinth_cloud_100&project_no=11111111'