PanJiaChen / electron-vue-admin

vue electron admin template web: http://panjiachen.github.io/vue-admin-template
3.13k stars 987 forks source link

右侧content里面能否加载不同网址的内容呢,如何实现这个跨域 #60

Open ancin opened 4 years ago

ancin commented 4 years ago

mainWindow = new BrowserWindow({ webPreferences: {webSecurity: false}, })

我设置了没有用;还是localhost不能请求跨域的内容。 大神有办法吗;请教。