fix: 系统名称修改。
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<meta name="renderer" content="webkit" />
|
<meta name="renderer" content="webkit" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<title>智聪科技多租户管理系统</title>
|
<title>洗船机器人服务管理系统</title>
|
||||||
<!--[if lt IE 11
|
<!--[if lt IE 11
|
||||||
]><script>
|
]><script>
|
||||||
window.location.href = '/html/ie.html';
|
window.location.href = '/html/ie.html';
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://json.schemastore.org/package",
|
"$schema": "https://json.schemastore.org/package",
|
||||||
"name": "ruoyi-vue-plus",
|
"name": "ruoyi-vue-plus",
|
||||||
"version": "5.5.0-2.5.0",
|
"version": "5.5.0-2.5.0",
|
||||||
"description": "智聪科技多租户管理系统",
|
"description": "洗船机器人服务管理系统",
|
||||||
"author": "LionLi",
|
"author": "LionLi",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ defineProps({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const title = ref('智聪科技');
|
const title = ref('洗船机器人');
|
||||||
const settingsStore = useSettingsStore();
|
const settingsStore = useSettingsStore();
|
||||||
const sideTheme = computed(() => settingsStore.sideTheme);
|
const sideTheme = computed(() => settingsStore.sideTheme);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<h1 class="welcome-title">
|
<h1 class="welcome-title">
|
||||||
<span class="title-line">欢迎使用</span>
|
<span class="title-line">欢迎使用</span>
|
||||||
<span class="title-line main-title">智聪科技多租户管理系统</span>
|
<span class="title-line main-title">洗船机器人服务管理系统</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="welcome-subtitle">专业 · 高效 · 智能</p>
|
<p class="welcome-subtitle">专业 · 高效 · 智能</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user