linwu 6 месяцев назад
Родитель
Сommit
0bead3bee9
1 измененных файлов с 8 добавлено и 0 удалено
  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>