onlineXm.js 221 B

12345678910111213
  1. function xmNavTo(to){
  2. // xm.navigateTo({
  3. // url: to,
  4. // navibarColor: this.$store.state.selectcolor
  5. // })
  6. console.log(to);
  7. console.log(this.$store.state.selectcolor);
  8. }
  9. export{
  10. xmNavTo
  11. }