1
0
panhui 7 жил өмнө
parent
commit
7c93d0eb4d

+ 1 - 1
src/main/java/com/izouma/awesomeadmin/web/SysMenuController.java

@@ -151,7 +151,7 @@ public class SysMenuController {
         if (trees != null) {
             return new Result(true, trees);
         }
-        return new Result(false, " ;;;获取失败");
+        return new Result(false, "获取失败");
     }
 
 

+ 10 - 10
src/main/vue/src/router/index.js

@@ -576,16 +576,16 @@ const router = new Router({
                         title: '免疫效价'
                     }
                 },
-                {
-                    path: '/handlePhoto',
-                    name: 'handlePhoto',
-                    component: () =>
-                        import ('../pages/HandlePhoto'),
-                    meta: {
-                        type: '手持机录入 ',
-                        title: '犊牛拍照'
-                    }
-                }
+                // {
+                //     path: '/handlePhoto',
+                //     name: 'handlePhoto',
+                //     component: () =>
+                //         import ('../pages/HandlePhoto'),
+                //     meta: {
+                //         type: '手持机录入 ',
+                //         title: '犊牛拍照'
+                //     }
+                // }
             ]
         },
         {