linwu vor 6 Monaten
Ursprung
Commit
0bead3bee9
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      app/mobile/view/human/center.html

+ 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>