How to output data after calling?

getaxios () {

            ulti.myAxios({
                 url: "https://www.easy-mock.com/mock/5badd1d6d8ef7106880126c6/login/",
                 method: "get",
                 config:false
             })
        }

will not take the data, please ask for advice.

Jul.30,2021

ulti.myAxios ({

)
             url: "https://www.easy-mock.com/mock/5badd1d6d8ef7106880126c6/login/",
             method: "get",
             config:false
         })then(function(res){
         //res.data
         })
Menu