不能访问JSON
来源:7-9 Vue项目首页 - 使用 axios 发送 ajax 请求
Q大灰狼
2018-12-17
为什么我在static目录里创建的mock/index.json,在网页中还是不能访问呢,配置在下面
写回答
2回答
-
Dell
2018-12-19
把static去掉应该就好了
022019-03-16 -
Q大灰狼
提问者
2018-12-17
config/index.js配置是这样的
proxyTable: {
'/api': {
target: 'http://localhost:8080',
pathRewrite: {
'^/api': '/static/mock'
}
}
}
00
相似问题