Page({
  data: {},
  onLoad: function (t) { },
  onShow: function () {
    this.getData();
  },
  getData: function () {
    wx.redirectTo({
      url: "/pages/commission/index"
    });
  }
});

小程序自动跳转页面,新增页面放置于js文件