mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 02:52:56 +08:00
fix(嵌入式): 嵌入式路由调整
This commit is contained in:
parent
4f978eed09
commit
8e57e7f9f9
@ -3,7 +3,10 @@ import type { RouteRecordRaw } from 'vue-router'
|
||||
import type { App } from 'vue'
|
||||
|
||||
export const routes: AppRouteRecordRaw[] = []
|
||||
|
||||
createRouter({
|
||||
history: createWebHashHistory(),
|
||||
routes: routes as RouteRecordRaw[]
|
||||
})
|
||||
const fn = () => {
|
||||
console.log('push')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user