diff --git a/.env b/.env
index 57c5ec2..402e7f3 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
# 标题
-VITE_APP_TITLE=P4数通宝
+VITE_APP_TITLE=P4数通宝+
# 项目本地运行端口号
VITE_PORT=6188
@@ -20,6 +20,6 @@ VITE_APP_DOCALERT_ENABLE=false
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc
# 默认账户密码
-VITE_APP_DEFAULT_LOGIN_TENANT = 武汉亚为电子科技有限公司
-VITE_APP_DEFAULT_LOGIN_USERNAME = admin
-VITE_APP_DEFAULT_LOGIN_PASSWORD = 123456
+VITE_APP_DEFAULT_LOGIN_TENANT = YAVII
+VITE_APP_DEFAULT_LOGIN_USERNAME = YAVII
+VITE_APP_DEFAULT_LOGIN_PASSWORD = yavii123
diff --git a/src/components/DiyEditor/components/mobile/UserCard/index.vue b/src/components/DiyEditor/components/mobile/UserCard/index.vue
index 19bd6ab..063a4bf 100644
--- a/src/components/DiyEditor/components/mobile/UserCard/index.vue
+++ b/src/components/DiyEditor/components/mobile/UserCard/index.vue
@@ -5,7 +5,7 @@
- P4数通宝
+ P4数通宝+
diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue
index e515b28..1f96e5a 100644
--- a/src/views/Login/SocialLogin.vue
+++ b/src/views/Login/SocialLogin.vue
@@ -199,9 +199,9 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
loginForm: {
- tenantName: '武汉亚为电子科技有限公司',
- username: 'admin',
- password: '123456',
+ tenantName: 'YAVII',
+ username: 'YAVII',
+ password: 'yavii123',
captchaVerification: '',
rememberMe: false
}
diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue
index ccd0bb5..8623583 100644
--- a/src/views/Login/components/LoginForm.vue
+++ b/src/views/Login/components/LoginForm.vue
@@ -158,9 +158,9 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
loginForm: {
- tenantName: '武汉亚为电子科技有限公司',
- username: 'admin',
- password: '123456',
+ tenantName: 'YAVII',
+ username: 'YAVII',
+ password: 'yavii123',
captcha: '', // 新增验证码字段
captchaVerification: '',
rememberMe: true // 默认记录我。如果不需要,可手动修改