1.使用axios插件

cnpm intsll axios

2.引入插件

import axios from 'axios'

3.使用插件

  mounted: function () {
    axios.get('http://www.yjtj.com/phalapi/public/?service=App.Examples_CURD.GetList&typeid=11')
      .then(response => (this.info = response))
  }

Logo

前往低代码交流专区

更多推荐