Browse Source

上传代码

master
前端-胡立永 8 months ago
parent
commit
f72c174533
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      api/api.js

+ 6
- 6
api/api.js View File

@ -8,7 +8,7 @@ const config = {
// }, // },
getConfig: { getConfig: {
url: '/api/getConfig',
url: '/api/login/getConfig',
method: 'GET', method: 'GET',
limit: 1000 limit: 1000
}, },
@ -269,11 +269,11 @@ const config = {
url: '/api/login/getPrivacyPolicy', url: '/api/login/getPrivacyPolicy',
method: 'GET', method: 'GET',
}, },
// 获取配置
getConfig: {
url: '/api/login/getConfig',
method: 'GET',
},
// // 获取配置
// getConfig: {
// url: '/api/login/getConfig',
// method: 'GET',
// },
// 获取发布帖子发布需知 // 获取发布帖子发布需知
getPublishPostNotice: { getPublishPostNotice: {
url: '/api/login/getPublishPostNotice', url: '/api/login/getPublishPostNotice',


Loading…
Cancel
Save