2023年3月1日

摘要: 解决方法: vue.config.js文件配置: module.exports = { devServer: { open: true, host: '192.168.1.193', port: 8080, https: false, //以上的ip和端口是我们本机的;下面为需要跨域的 proxy: 阅读全文
posted @ 2023-03-01 23:44 醉舟903 阅读(285) 评论(0) 推荐(0)

导航