update
This commit is contained in:
@@ -13,7 +13,7 @@ const goToLogin = () => {
|
||||
<template>
|
||||
<div class="home-container">
|
||||
<div class="home-content">
|
||||
<h1 class="home-title">欢迎来到 DataFlow</h1>
|
||||
<h1 class="home-title">欢迎来到 DataHub</h1>
|
||||
<p class="home-description">数据管理平台</p>
|
||||
|
||||
<div class="home-actions">
|
||||
|
||||
@@ -95,7 +95,7 @@ const goToRegister = () => {
|
||||
<!-- 表单标题 -->
|
||||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold text-gray-800 mb-2">用户登录</h1>
|
||||
<p class="text-gray-600">欢迎回到 DataFlow</p>
|
||||
<p class="text-gray-600">欢迎回到 DataHub</p>
|
||||
</div>
|
||||
|
||||
<!-- 登录表单 -->
|
||||
|
||||
Reference in New Issue
Block a user