axios请求遇到的坑

    //未注册俱乐部提交验证码
    noRegisterSubmitCode(params) {
        return axios.post(publicUrl + '/crms/register/v1/sms/submit', params)
    }
    getArticleList(params) {
        return axios.post('/crms/summary/v1/list', params, config)
    }

猜你喜欢

转载自blog.csdn.net/weixin_42265852/article/details/88421976