用VUE仿鏈家網的時候,運行文件時出現GET http://localhost:8080/api 404 (Not Found)。dev:?{
??//?Paths
??assetsSubDirectory:?'static',
??assetsPublicPath:?'/',
??proxyTable:?{
????'/api':?{
??????target:?'http://47.110.132.127:6789/city/get/data',
??????changeOrigin:?true,
??????pathRewrite:?{
????????'^/api':?'/data'
??????}
????}
??},
??
??getPageInfo?()?{
??///?地址為后臺數據地址為后臺數據地址為后臺數據地址為后臺數據地址為后臺數據
??axios.get('/api',?{
????headers:?{
??????'Content-Type':?'application/x-www-form-urlencoded'
????}
??})
????.then(function?(res)?{
??????res?=?res.data
??????if?(res.ret?&&?res.data)?{
????????const?data?=?res.data
????????this.total?=?data.total
????????this.pagingVolume?=?data.pagingVolume
????????this.current?=?data.current
????????this.contentList?=?data.contentList?///?前后名字一樣
??????}
????})?///?先接受json文件,然后返回函數
????.catch(function?(error)?{
??????console.log(error)
????})
}
運行文件時出現GET http://localhost:8080/api 404 (Not Found)。
慕田峪2258837
2019-05-23 06:59:43