杨磊
2 天以前 81a132f7b5d022e8d55dc1fefe2a7357f5bcbafa
src/assets/js/middleGround/api/ugc.js
@@ -27,9 +27,7 @@
  // 获取MessageList
  getTopicMessageList(data) {
    return request({
      url: localStorage.getItem(tokenKey)
        ? '/ugc/api/ApiAppUserGetTopicMessageList'
        : '/ugc/api/ApiGetTopicMessageList',
      url: '/ugc/api/ApiAppUserGetTopicMessageList',
      method: 'post',
      data,
    })