@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = ShengDe
+VITE_APP_TITLE = 胜德
# 开发环境配置
VITE_APP_ENV = 'development'
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'staging'
@@ -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.png" />
- <title>ShengDe</title>
+ <title>胜德</title>
<style>
html,
body,
@@ -103,7 +103,7 @@ export const lang = {
deviceInformation:"设备信息",
switchLanguage:'switch English',
logOut:'退出登录',
- title:"ShengDe 管理系统",
+ title:"胜德管理系统",
form:{
tenantId:"请输入租户ID",
username:"请输入账号",
@@ -113,7 +113,7 @@ export const lang = {
loginText:'登录',
demo:"demo",
agreement:{
- text:"已阅读并同意:ShengDe",
+ text:"已阅读并同意:胜德",
clause:"服务条款",
agreement:"隐私协议",
and:"和"
@@ -25,7 +25,7 @@ defineProps({
}
})
-const title = ref('ShengDe');
+const title = ref('胜德');
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>
@@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerRef" :model="registerForm" :rules="registerRules" class="register-form">
- <h3 class="title">ShengDe</h3>
+ <h3 class="title">胜德</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"