reLaunch.js 91 B

1234567
  1. Page({
  2. index() {
  3. my.switchTab({
  4. url: '/page/component/index',
  5. });
  6. },
  7. });