ui_hayatie

This commit is contained in:
hayatie
2024-04-15 11:57:34 +08:00
parent 9c978355dd
commit 92675c3c68
16 changed files with 77 additions and 34 deletions
@@ -33,7 +33,7 @@
export default {
created: function () {
if (!this.util.isLogin())
return this.$router.push({name: 'Admin Login'});
return this.$router.push({name: 'Log Masuk Admin ==='});
}
}
</script>