1、安装了axios-adapter-uniapp。
2、axiosget本地json文件,在微信小程序里,运行,报错为:
request:fail invalid url "../../common/data.json"
微信小程序不能使用本地文件么?
代码如下
axios.get("../../common/data.json")
.then(function (response) {
// handle success
1、安装了axios-adapter-uniapp。
2、axiosget本地json文件,在微信小程序里,运行,报错为:
request:fail invalid url "../../common/data.json"
微信小程序不能使用本地文件么?
代码如下
axios.get("../../common/data.json")
.then(function (response) {
// handle success
1 个回复
5***@qq.com - 前端开发者
非啃啃啃看