src/api/index.js @@ -44,7 +44,7 @@ }, //发送授权验证码 sendVerifyCode(data) { return $http.post('/signContract/sendVerifyCode', data); return $http.post('/inside/getMessageCode', data); }, //校验授权码 checkVerifyCode(data) {