mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
fix(嵌入式): 嵌入式路由调整
This commit is contained in:
@@ -5,10 +5,13 @@ import type { App } from 'vue'
|
||||
export const routes: AppRouteRecordRaw[] = []
|
||||
|
||||
const fn = () => {
|
||||
console.log(fn)
|
||||
console.log('push')
|
||||
}
|
||||
|
||||
const router = {
|
||||
install: () => {},
|
||||
install: () => {
|
||||
console.log('install')
|
||||
},
|
||||
currentRoute: fn,
|
||||
listening: true,
|
||||
addRoute: fn,
|
||||
|
||||
Reference in New Issue
Block a user