|
|
@@ -5,10 +5,7 @@ import {
|
|
|
Login,
|
|
|
Desktop,
|
|
|
Dashboard,
|
|
|
- Window,
|
|
|
SheetWindow,
|
|
|
- TabFormEdit,
|
|
|
- TabFormView,
|
|
|
TabFormEdit1,
|
|
|
TabFormView1,
|
|
|
AttributeEditPanel,
|
|
|
@@ -116,29 +113,12 @@ const router = [
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
- // 窗口
|
|
|
- { path: 'window/:windowNo', component: Window },
|
|
|
// Web电子表格 窗口
|
|
|
{ path: 'sheetWindow/:windowNo', component: SheetWindow },
|
|
|
|
|
|
// 快捷菜单
|
|
|
{ path: 'shortcutMenu',name:'ShortcutMenu', component: ShortcutMenu },
|
|
|
|
|
|
- // CRUD编辑窗口
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: 'window/window-edit/:type/:uuid', component: TabFormEdit },
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: 'window/window-edit/:type/:windowNo/:tabIndex', component: TabFormEdit },
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: 'window/window-edit/:type/:windowNo/:tabIndex/:recordId', component: TabFormEdit },
|
|
|
-
|
|
|
- // CRUD不可编辑窗口
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: 'window/window-read/:type/:uuid', component: TabFormView },
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: 'window/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView },
|
|
|
-
|
|
|
-
|
|
|
|
|
|
{ path: 'window1/:windowNo', component: CurdWindow1 },
|
|
|
|
|
|
@@ -361,9 +341,6 @@ const router = [
|
|
|
|
|
|
// 打印页面
|
|
|
{ path: '/single/PrintPage', component: PrintPage },
|
|
|
- //钉钉待办任务审批跳转
|
|
|
- // eslint-disable-next-line
|
|
|
- { path: '/window/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView },
|
|
|
|
|
|
{ path: '/webrt', component: WebRtcCapture },
|
|
|
{ path: '/WebSocketCapture', component: WebSocketCapture },
|