mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
'admin-21.07.16:优化数据可视化演示、tagsView移动端拖动问题'
This commit is contained in:
parent
7138d5a24d
commit
3e7ff893cd
@ -334,6 +334,8 @@ export default {
|
|||||||
});
|
});
|
||||||
// 页面加载前
|
// 页面加载前
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
|
// 初始化,防止手机端直接访问时还可以拖拽
|
||||||
|
onSortableResize();
|
||||||
// 拖动问题,https://gitee.com/lyt-top/vue-next-admin/issues/I3ZRRI
|
// 拖动问题,https://gitee.com/lyt-top/vue-next-admin/issues/I3ZRRI
|
||||||
window.addEventListener('resize', onSortableResize);
|
window.addEventListener('resize', onSortableResize);
|
||||||
// 监听非本页面调用 0 刷新当前,1 关闭当前,2 关闭其它,3 关闭全部 4 当前页全屏
|
// 监听非本页面调用 0 刷新当前,1 关闭当前,2 关闭其它,3 关闭全部 4 当前页全屏
|
||||||
|
@ -899,7 +899,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
|||||||
path: '/visualizing',
|
path: '/visualizing',
|
||||||
name: 'visualizingIndex',
|
name: 'visualizingIndex',
|
||||||
component: () => import('/@/layout/routerView/parent.vue'),
|
component: () => import('/@/layout/routerView/parent.vue'),
|
||||||
redirect: '/visualizingLinkDemo1',
|
redirect: '/visualizing/visualizingLinkDemo1',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'message.router.visualizingIndex',
|
title: 'message.router.visualizingIndex',
|
||||||
isLink: '',
|
isLink: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user