UNPKG

@tslsmart/magic-applet

Version:

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

12 lines (10 loc) 295 B
import { action } from './action' import type { NavigateParams } from '../types/index' export const navigateTo = (config: NavigateParams) => { const { appid, targetUrl } = config return action({ actionType: 'navigate', appid, targetUrl: targetUrl || '/pages/index/index' }) }