function xmNavTo(to){
	// xm.navigateTo({
    //     url: to,
    //     navibarColor: this.$store.state.selectcolor
    // })

    console.log(to);
    console.log(this.$store.state.selectcolor);
}
export{
    xmNavTo
}