diff --git a/.env b/.env
index 710968018..738a9fcc7 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# 标题
-VITE_APP_TITLE=芋道管理系统
+VITE_APP_TITLE=暖界办公
# 项目本地运行端口号
VITE_PORT=80
@@ -20,6 +20,6 @@ VITE_APP_DOCALERT_ENABLE=true
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc
# 默认账户密码
-VITE_APP_DEFAULT_LOGIN_TENANT = 芋道源码
+VITE_APP_DEFAULT_LOGIN_TENANT = 暖界办公
VITE_APP_DEFAULT_LOGIN_USERNAME = admin
VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123
diff --git a/.env.dev b/.env.dev
index f4ef51507..f4ae32dc9 100644
--- a/.env.dev
+++ b/.env.dev
@@ -4,7 +4,7 @@ NODE_ENV=production
VITE_DEV=true
# 请求路径
-VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
+VITE_BASE_URL='http://8.130.12.151:48080'
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server
@@ -28,7 +28,7 @@ VITE_BASE_PATH=/
VITE_OUT_DIR=dist
# 商城H5会员端域名
-VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
+VITE_MALL_H5_DOMAIN='http://8.130.12.151'
# 验证码的开关
VITE_APP_CAPTCHA_ENABLE=false
diff --git a/index.html b/index.html
index 8cfcbefa6..68a7b6fa9 100644
--- a/index.html
+++ b/index.html
@@ -7,11 +7,11 @@
%VITE_APP_TITLE%
diff --git a/public/favicon.ico b/public/favicon.ico
index 5a7de0826..bc34c5adc 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/logo.gif b/public/logo.gif
index fdbd32c67..bc34c5adc 100644
Binary files a/public/logo.gif and b/public/logo.gif differ
diff --git a/src/assets/imgs/avatar.gif b/src/assets/imgs/avatar.gif
index fdbd32c67..bc34c5adc 100644
Binary files a/src/assets/imgs/avatar.gif and b/src/assets/imgs/avatar.gif differ
diff --git a/src/assets/imgs/logo.png b/src/assets/imgs/logo.png
index 7e1043f21..bc34c5adc 100644
Binary files a/src/assets/imgs/logo.png and b/src/assets/imgs/logo.png differ
diff --git a/src/assets/imgs/profile.jpg b/src/assets/imgs/profile.jpg
index e4bcf8798..bc34c5adc 100644
Binary files a/src/assets/imgs/profile.jpg and b/src/assets/imgs/profile.jpg differ
diff --git a/src/assets/svgs/login-box-bg.png b/src/assets/svgs/login-box-bg.png
new file mode 100644
index 000000000..d2b0f04db
Binary files /dev/null and b/src/assets/svgs/login-box-bg.png differ
diff --git a/src/components/DiyEditor/components/mobile/UserCard/index.vue b/src/components/DiyEditor/components/mobile/UserCard/index.vue
index 14b447c62..8e3443acd 100644
--- a/src/components/DiyEditor/components/mobile/UserCard/index.vue
+++ b/src/components/DiyEditor/components/mobile/UserCard/index.vue
@@ -5,7 +5,7 @@
- 芋道源码
+ 暖界办公
diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index b2ff3809c..3d80bbd06 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -19,11 +19,8 @@
enter-active-class="animate__animated animate__bounceInLeft"
tag="div"
>
-
- {{ t('login.welcome') }}
-
- {{ t('login.message') }}
-
+
+
@@ -118,4 +115,4 @@ $prefix-cls: #{$namespace}-login;
background-color: var(--login-bg-color);
}
}
-
\ No newline at end of file
+
diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue
index e0caace83..4d627e2f6 100644
--- a/src/views/Login/SocialLogin.vue
+++ b/src/views/Login/SocialLogin.vue
@@ -199,7 +199,7 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE !== 'false',
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
loginForm: {
- tenantName: '芋道源码',
+ tenantName: '暖界办公',
username: 'admin',
password: 'admin123',
captchaVerification: '',
diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue
index fa6612362..58b98ea14 100644
--- a/src/views/Login/components/LoginForm.vue
+++ b/src/views/Login/components/LoginForm.vue
@@ -132,21 +132,6 @@
- 萌新必读
-
-
-
- 📚开发指南
- 🔥视频教程
-
- ⚡面试手册
-
-
- 🤝外包咨询
-
-
-
-
diff --git a/src/views/Login/components/MobileForm.vue b/src/views/Login/components/MobileForm.vue
index 7f5d9942e..f7ed0f1fd 100644
--- a/src/views/Login/components/MobileForm.vue
+++ b/src/views/Login/components/MobileForm.vue
@@ -133,7 +133,7 @@ const loginData = reactive({
},
loginForm: {
uuid: '',
- tenantName: '芋道源码',
+ tenantName: '暖界办公',
mobileNumber: '',
code: ''
}
diff --git a/src/views/ai/chat/index/components/message/MessageListEmpty.vue b/src/views/ai/chat/index/components/message/MessageListEmpty.vue
index b042fd663..413f2b638 100644
--- a/src/views/ai/chat/index/components/message/MessageListEmpty.vue
+++ b/src/views/ai/chat/index/components/message/MessageListEmpty.vue
@@ -3,7 +3,7 @@