mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 11:03:04 +08:00
fix(嵌入式): 嵌入式路由调整
This commit is contained in:
parent
82dc10804a
commit
b44a8cc791
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user