Could not proxy request /cmsadmin/menus/getMenus from 192.168.43.17:8083

pro 2.0 前端服務器代理,出現該錯誤。(文件位置在vue.config.裏面) 原因:target地址上沒寫http協議。 錯誤寫法: proxy: { ‘/api’: { target: ‘localhost:8888/api/’, changeOrigin: true, pathRewrite: { ‘^/api’: ‘’ }, }, 正確寫法:     port: 8080,     
相關文章
相關標籤/搜索