摘要: 打开vite.config.js文件 正在server里添加一个host export default defineConfig({ plugins: [vue()], // 在文件中添加以下内容 server: { host: '0.0.0.0' } }) 再重新运行一下就可以了 阅读全文
posted @ 2023-01-13 14:55 幻影之舞 阅读(633) 评论(0) 推荐(0)