在 Vue 项目中,URL 中的 "#" 符号由 Vue Router 在默认情况下使用的哈希模式(hash mode)引入的。如果你想去掉 URL 中的 "#",你可以将 Vue Router 的模式设置为历史模式(history..