fix:后台默认请求

This commit is contained in:
lan
2023-08-29 22:15:26 +08:00
parent d1f603277e
commit f0b2e4a8b2
17 changed files with 19 additions and 17 deletions
+3 -1
View File
@@ -66,7 +66,9 @@ const refreshLoginStatus = () => {
}
});
};
refreshLoginStatus();
if (adminData.adminPassword !== '') {
refreshLoginStatus();
}
</script>
<style lang="scss" scoped>
</style>