微信开发者工具报错request:fail Failed to execute 'open' on 'XMLHttpRequest': Invalid URL
来源:5-8 代码封装
爱晴天
2019-03-19
微信开发者工具报错request:fail Failed to execute ‘open’ on ‘XMLHttpRequest’: Invalid URL
写回答
1回答
-
爱晴天
提问者
2019-03-19
已经解决了,原因如下
App.vue文件中const res = await get('./weapp/demo')应该改为const res = await get('/weapp/demo')
多了一个点00
相似问题