方法一(我用的):

import test_mcc_json from '@/assets/data/test_mcc.json'

方法二:

import axios from 'axios'

Vue.prototype.$http=axios

 

this.$http.get('../../static/data.json').then((response) => {

  console.log(response);

});}

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐