11 2022 档案
摘要:##SpringBoot集成JWT(极简版) ###在WebConfig配置类中设置接口统一前缀 import org.springframework.context.annotation.Configuration; import org.springframework.web.bind.anno
阅读全文
摘要:####最近学习vue过程中,发现路径当中总是存在一个#号,比如这个: ####这种情况是因为在入口js文件中,如果你不更改设置的话,vue会默认使用hash模式,该模式下回将路径格式化为 # 开头。 ###如果需要美化路径,可以更改模式为 history : router 里面的index.js配
阅读全文