feat: publish front end

This commit is contained in:
2025-12-11 13:45:30 +08:00
parent 7a8f25cf65
commit aa763a0ee6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = RAR巡检管理平台 VITE_APP_TITLE = AR巡检管理平台
VITE_APP_LOGO_TITLE = AR巡检管理平台 VITE_APP_LOGO_TITLE = AR巡检管理平台
# 生产环境配置 # 生产环境配置

View File

@@ -96,8 +96,8 @@ const { t } = useI18n();
const loginForm = ref<LoginData>({ const loginForm = ref<LoginData>({
tenantId: '000000', tenantId: '000000',
username: 'admin', username: '',
password: 'admin123', password: '',
rememberMe: false, rememberMe: false,
code: '', code: '',
uuid: '' uuid: ''