mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 18:15:57 +08:00
optimize the logic for showing chat history
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {createRouter, createWebHistory} from 'vue-router'
|
||||
import {createRouter, createWebHashHistory} from 'vue-router'
|
||||
import {createApp} from 'vue'
|
||||
import ElementPlus from "element-plus"
|
||||
import "element-plus/dist/index.css"
|
||||
@@ -45,7 +45,7 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
history: createWebHashHistory(),
|
||||
routes: routes,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user