linwu преди 5 месеца
родител
ревизия
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>