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

@@ -6,7 +6,7 @@
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="/favicon.ico" />
<title>智聪科技多租户管理系统</title>
<title>洗船机器人服务管理系统</title>
<!--[if lt IE 11
]><script>
window.location.href = '/html/ie.html';

View File

@@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "ruoyi-vue-plus",
"version": "5.5.0-2.5.0",
"description": "智聪科技多租户管理系统",
"description": "洗船机器人服务管理系统",
"author": "LionLi",
"license": "MIT",
"type": "module",

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>