bug
闫增涛
2024-09-07 c6c73b7d709322052b9cd6777b3d6657e0d43d30
assets/js/middleGround/api/job.js
@@ -14,7 +14,7 @@
  },
  newSession(data) {
    let token = wx.getStorageSync(config.tokenKey) ? wx.getStorageSync(config.tokenKey) : ''
    let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : ''
    return request({
      url: token ? "/job/api/AppUserNewSession" : "/job/api/NewSession",
      method: "post",