linwu 5 сар өмнө
parent
commit
0bead3bee9

+ 8 - 0
app/mobile/view/human/center.html

@@ -43,6 +43,14 @@
             ]);
         };
 
+        base.toInstitution = () => {
+            location.href = "{:url('human/institutionList')}";
+        };
+
+        base.toEnterprise = () => {
+            location.href = "{:url('human/enterpriseList')}";
+        };
+
         return base;
     }
 </script>