fix: url hash
This commit is contained in:
@@ -4,7 +4,7 @@ import { CONSTANT } from '../constant'
|
||||
|
||||
const router = createRouter({
|
||||
// 使用 HTML5 History 模式,确保 URL 变化反映在浏览器地址栏中
|
||||
history: createWebHistory(),
|
||||
history: createWebHashHistory(),
|
||||
routes: [
|
||||
{
|
||||
path: '/login',
|
||||
|
||||
Reference in New Issue
Block a user