import Taro from "@tarojs/taro" export const goLink = (path?:string, params?:Object) => { Taro.navigateTo({ url: '/pages/search/index' }) }