module.exports = { baseUrl: './', assetsDir: 'static', productionSourceMap: false, devServer: { public: 'http://192.168.110.156:8081/' // 你自己本地的ip地址:端口号 } // devServer: { // proxy: { // '/api':{ // target:'http://jsonplaceholder.typicode.com', // changeOrigin:true, // pathRewrite:{ // '/api':'' // } // } // } // } }