liuyanpeng 11 mēneši atpakaļ
vecāks
revīzija
929d189a33
2 mainītis faili ar 4 papildinājumiem un 27 dzēšanām
  1. 4 4
      package.json
  2. 0 23
      src/routes/route-base-v5.js

+ 4 - 4
package.json

@@ -1,7 +1,7 @@
 {
   "name": "pc-client-v5",
   "description": "Leanwo Prodog Client",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,10 +17,10 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v5": "1.0.2",
+    "client-base-v5": "1.0.4",
     "client-dic-v3": "^3.0.52",
     "client-eam-v5": "1.0.0",
-    "client-role-v3": "^3.0.25",
+    "client-role-v3": "^3.0.26",
     "client-sensor-v3": "^1.0.4",
     "client-wms-v5": "1.0.0",
     "client-finance-v3": "^0.0.4",
@@ -28,7 +28,7 @@
     "dingtalk-jsapi": "^2.8.33",
     "js-cookie": "^2.2.1",
     "lodash": "^4.17.21",
-    "pc-component-v3": "2.0.0",
+    "pc-component-v3": "2.0.1",
     "qrcode": "^1.5.3",
     "select2": "^4.0.13",
     "select2-bootstrap-theme": "^0.1.0-beta.10",

+ 0 - 23
src/routes/route-base-v5.js

@@ -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 },