mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat:地图组件暂存
This commit is contained in:
@@ -41,6 +41,15 @@ const routes: Array<RouteRecordRaw> = [
|
||||
savedPosition: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/components/map',
|
||||
component: () => import(/* webpackChunkName: "components" */ '../views/components/map/index.vue'),
|
||||
meta: {
|
||||
title: 'map',
|
||||
showLink: false,
|
||||
savedPosition: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/components/draggable',
|
||||
component: () => import(/* webpackChunkName: "components" */ '../views/components/draggable/index.vue'),
|
||||
|
||||
Reference in New Issue
Block a user