change website title

This commit is contained in:
2023-03-08 09:50:26 +08:00
parent d3e34e70b3
commit 7f21dd5016
8 changed files with 56 additions and 937 deletions

View File

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