${dot}
@@ -49,3 +56,155 @@ export function setupLoading() {
app.innerHTML = loading;
}
}
+
+function getLogoSvg() {
+ const logoSvg = `
+ `;
+
+ return logoSvg;
+}
diff --git a/src/views/_builtin/login/index.vue b/src/views/_builtin/login/index.vue
index 2a18c3eb..e6daff5b 100644
--- a/src/views/_builtin/login/index.vue
+++ b/src/views/_builtin/login/index.vue
@@ -56,7 +56,7 @@ const bgColor = computed(() => {
-
+
{{ $t('system.title') }}