【rust:tauri-app踩坑记录】dangerousRemoteDomainIpcAccess 不适用于IP地址,临时解决方案
找到一个临时解决方案:修改依赖包的源代码找到C:\Users%USER_HOME%.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-1.4.1\src\scope\ipc.rs修改函数remote_access_for将155行中的matches_domain删除掉,去掉校验ifmatches_window&&matches_do