diff --git a/index.html b/index.html
index 01157536d8d019a93472121da271231d45a021cd..57ffe1a523450fe7a095fec109596c15c8c8f6ff 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
openGauss Tryme
+ openGauss TryMe
diff --git a/src/shared/login.js b/src/shared/login.js
index ccbc6b8b0b1bb2af064673897520193698a33da9..0f93c0fcaad793b6a7a52354c371febf1077c627 100644
--- a/src/shared/login.js
+++ b/src/shared/login.js
@@ -152,7 +152,7 @@ export async function initGuard() {
if (res.code === 200) {
// 初始化登录组件
guard = new Guard(res.callbackInfo.appId, {
- title: 'Tryme',
+ title: 'openGauss TryMe',
target: '.login-form',
mode: GuardMode.Normal,
clickCloseable: true,
diff --git a/src/views/TheLogin.vue b/src/views/TheLogin.vue
index 64769ddd512088e557977653c2c7277716fe34a8..076a93b6156d9a109839fba443e9990c73f67cb5 100644
--- a/src/views/TheLogin.vue
+++ b/src/views/TheLogin.vue
@@ -8,12 +8,16 @@ if (localStorage.getItem('_U_T_')) {
} else {
goAuthorize();
}
+
+function goPortal() {
+ window.location.href = 'https://www.opengauss.org';
+}
@@ -43,6 +47,7 @@ if (localStorage.getItem('_U_T_')) {
img {
height: 30px;
+ cursor: pointer;
}
}