Vue 调用本地的 json 文件

Vue 用 axios 调用本地的 json 文件,json 必须存放在 “ static ” 文件夹下,static 目录是 vue-cli 向外暴露的静态文件夹,全部静态数据都应该放到static目录中。vue 以下图所示: ios 在调用时,以下,其实地址就是 http://localhost:800x/static/tabs.json:web this.$fetch('static/tab
相关文章
相关标签/搜索