摘要: devServer: { open: false, //启动项目后打开浏览器 host: 'localhost', //IP port: 3000, //端口 https: false, proxy: { '/api': { target: 'http://localhost:80', //真实地址 阅读全文
posted @ 2022-08-08 09:03 七月的枫丶 阅读(322) 评论(0) 推荐(0)