|
@@ -5,12 +5,12 @@
|
|
|
<h3 class="title">{{ title }}</h3>
|
|
<h3 class="title">{{ title }}</h3>
|
|
|
<lang-select />
|
|
<lang-select />
|
|
|
</div>
|
|
</div>
|
|
|
- <el-form-item v-if="tenantEnabled" prop="tenantId">
|
|
|
|
|
|
|
+ <!-- <el-form-item v-if="tenantEnabled" prop="tenantId">
|
|
|
<el-select v-model="loginForm.tenantId" filterable :placeholder="proxy.$t('login.selectPlaceholder')" style="width: 100%">
|
|
<el-select v-model="loginForm.tenantId" filterable :placeholder="proxy.$t('login.selectPlaceholder')" style="width: 100%">
|
|
|
<el-option v-for="item in tenantList" :key="item.tenantId" :label="item.companyName" :value="item.tenantId"></el-option>
|
|
<el-option v-for="item in tenantList" :key="item.tenantId" :label="item.companyName" :value="item.tenantId"></el-option>
|
|
|
<template #prefix><svg-icon icon-class="company" class="el-input__icon input-icon" /></template>
|
|
<template #prefix><svg-icon icon-class="company" class="el-input__icon input-icon" /></template>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item prop="username">
|
|
<el-form-item prop="username">
|
|
|
<el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" :placeholder="proxy.$t('login.username')">
|
|
<el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" :placeholder="proxy.$t('login.username')">
|
|
|
<template #prefix><svg-icon icon-class="user" class="el-input__icon input-icon" /></template>
|
|
<template #prefix><svg-icon icon-class="user" class="el-input__icon input-icon" /></template>
|
|
@@ -96,8 +96,8 @@ const { t } = useI18n();
|
|
|
|
|
|
|
|
const loginForm = ref<LoginData>({
|
|
const loginForm = ref<LoginData>({
|
|
|
tenantId: '000000',
|
|
tenantId: '000000',
|
|
|
- username: 'admin',
|
|
|
|
|
- password: 'admin123',
|
|
|
|
|
|
|
+ username: 'dmsadmin',
|
|
|
|
|
+ password: '123456',
|
|
|
rememberMe: false,
|
|
rememberMe: false,
|
|
|
code: '',
|
|
code: '',
|
|
|
uuid: ''
|
|
uuid: ''
|