UNPKG

@tslsmart/magic-applet

Version:

特斯联移动端统一接口,抹平h5和wgt的差异

10 lines (9 loc) 247 B
import { action } from './action'; export const navigateTo = (config) => { const { appid, targetUrl } = config; return action({ actionType: 'navigate', appid, targetUrl: targetUrl || '/pages/index/index' }); };