diff --git a/api/api.js b/api/api.js index 6b3df82..41e627a 100644 --- a/api/api.js +++ b/api/api.js @@ -8,7 +8,7 @@ const config = { // }, getConfig: { - url: '/api/getConfig', + url: '/api/login/getConfig', method: 'GET', limit: 1000 }, @@ -269,11 +269,11 @@ const config = { url: '/api/login/getPrivacyPolicy', method: 'GET', }, - // 获取配置 - getConfig: { - url: '/api/login/getConfig', - method: 'GET', - }, + // // 获取配置 + // getConfig: { + // url: '/api/login/getConfig', + // method: 'GET', + // }, // 获取发布帖子发布需知 getPublishPostNotice: { url: '/api/login/getPublishPostNotice',