From 0d1ffeeab03862ffb9fec54884eadd532699040b Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 19 八月 2024 19:17:33 +0800
Subject: [PATCH] 智能体会话名称修改
---
src/views/login/components/login-form.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue
index f2a6c15..e615cf8 100644
--- a/src/views/login/components/login-form.vue
+++ b/src/views/login/components/login-form.vue
@@ -116,7 +116,6 @@
const url = window.location.origin;
localStorage.setItem('httpUrl', url);
- debugger;
modelStore.getHrefUrl(url);
Message.success(t('鐧诲綍鎴愬姛'));
const { rememberPassword } = loginConfig.value;
--
Gitblit v1.8.0