diff --git a/web/.env b/web/.env index f05f23e..3e130e9 100644 --- a/web/.env +++ b/web/.env @@ -1,3 +1,3 @@ -VITE_TITLE = '管理后台' +VITE_TITLE = '估值后台管理系统' VITE_PORT = 3100 \ No newline at end of file diff --git a/web/i18n/messages/cn.json b/web/i18n/messages/cn.json index 3afb4ae..5cd2a14 100644 --- a/web/i18n/messages/cn.json +++ b/web/i18n/messages/cn.json @@ -1,6 +1,6 @@ { "lang": "中文", - "app_name": "Vue FastAPI Admin", + "app_name": "估值后台管理系统", "header": { "label_profile": "个人信息", "label_logout": "退出登录", @@ -83,4 +83,4 @@ "update": "修改" } } -} +} \ No newline at end of file