fix: 系统名称修改。

This commit is contained in:
tianyongbao
2026-02-08 16:26:10 +08:00
parent ec5bf9c0af
commit 0e2d1799f7
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ defineProps({
}
});
const title = ref('智聪科技');
const title = ref('洗船机器人');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>

View File

@@ -19,7 +19,7 @@
<h1 class="welcome-title">
<span class="title-line">欢迎使用</span>
<span class="title-line main-title">智聪科技多租户管理系统</span>
<span class="title-line main-title">洗船机器人服务管理系统</span>
</h1>
<p class="welcome-subtitle">专业 · 高效 · 智能</p>