文件目录为:public/index.json
请求就是: http://localhost:8080/index.json
``getData() {
let that = this
that.$axios.get('/index.json')
.then(function (res) {
console.log(res)
})
},
文件目录为:public/index.json
请求就是: http://localhost:8080/index.json
``getData() {
let that = this
that.$axios.get('/index.json')
.then(function (res) {
console.log(res)
})
},