关于向后台请求数据(get请求,无参数传递),返回html代码(实际需要返回的是json数据)的解决方案

  

this.$http.get(apis.schoolVideo, {
        headers: {
          'X-Requested-With': 'XMLHttpRequest'
        }
      })

  待续

原文地址:https://www.cnblogs.com/first-time/p/7200411.html