$http
vm.auth = function() { return $http({ method: ‘POST‘, url: ‘sys/auth.json‘ }) } service.auth().success(function(data) { })
时间: 2024-09-28 19:51:37
vm.auth = function() { return $http({ method: ‘POST‘, url: ‘sys/auth.json‘ }) } service.auth().success(function(data) { })