摘要:
import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component; @Component public class OpenBrowser implements Com 阅读全文
摘要:
设置路径 打开vue项目中的config/index.js文件 设置如下 有博客说assetspublicpath中设置为"/",自己测试不行,需要设置成"./"才不会报错 把vue 项目打包成dist包 npm run build 生成dist包 导入到springBoot项目 在springbo 阅读全文
摘要:
iframe页面无法调用摄像头修改 最近使用iframe嵌入聊天页面,发现根本无法调用摄像头呀,记录一下原来需要增加 allow属性属性值为: microphone;camera;midi;encrypted-media; 完整示例: <iframe src="" frameborder="0" w 阅读全文