Преглед изворни кода

1.2.95 登录页增加图片验证码

liuyanpeng пре 1 година
родитељ
комит
fd8a949367
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 2 2
      package.json
  2. 4 0
      src/routes/route-base-v4.js

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "prodog-pc-client",
   "description": "Leanwo Prodog Client",
-  "version": "1.2.94",
+  "version": "1.2.95",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry=http://wuzhixin.vip:4873 -force",
@@ -17,7 +17,7 @@
     "ant-design-vue": "^4.2.1",
     "axios": "^0.19.2",
     "click-outside-vue3": "^4.0.1",
-    "client-base-v4": "^4.1.60",
+    "client-base-v4": "^4.1.61",
     "client-dic-v3": "^3.0.52",
     "client-eam-v3": "^3.0.96",
     "client-role-v3": "^3.0.25",

+ 4 - 0
src/routes/route-base-v4.js

@@ -67,6 +67,8 @@ import {
     DeviceTimingSwitcher,
     OperationLog,
     ViewEdit,
+    LoginGraphic,
+    LoginNode,
 } from 'client-base-v4/dist/client-base-v4.js';
 
 
@@ -388,6 +390,8 @@ const router = [
     { path: '/desktop/deviceTimingSwitcher', component: DeviceTimingSwitcher },
     { path: '/desktop/operationLog', component: OperationLog },
     { path: '/desktop/viewEdit', component: ViewEdit },
+    { path: '/loginGraphic', component: LoginGraphic },
+    { path: '/loginNode', component: LoginNode },
 ];
 
 export default router;