1
QYF-GitLab1
2024-12-18 d2141abe17a7c6576f72a45304ab5e8453cce2e6
app.js
@@ -7,11 +7,5 @@
  onLaunch: function () {},
  onShow: function () {
    updateManager();
    MG.identity.refreshToken({
      appRefCode: config.appRefCode,
      token: wx.getStorageSync(config.tokenKey)
    }).then(res => {
      console.log('已刷新')
    })
  },
});