在main.js中加下面两行:

import VueResource from 'vue-resource'
Vue.use(VueResource);

服务器端为php的话,加下面一条:

header('Access-Control-Allow-Origin:http://localhost:8080');




Logo

前往低代码交流专区

更多推荐