前端修改

This commit is contained in:
橙子
2022-09-25 19:56:14 +08:00
parent 1959160681
commit b8de3e9867
14 changed files with 83 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ defineProps({
}
})
const title = ref('若依管理系统');
const title = ref('意框架管理系统');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>