vue.config.js
@@ -14,12 +14,12 @@ devServer: { open: true, host: 'localhost', port: 8002, port: 8003, https: false, hotOnly: false, proxy: { '/api': { target: 'http://localhost:8000', target: 'http://192.168.3.228:8000', changeOrigin: true } }