修改表单连接地址,数据库连接地址

This commit is contained in:
慕下 2024-03-29 16:55:25 +08:00
parent 07a5ac3910
commit b376b91ea5

View File

@ -32,7 +32,7 @@
<span v-else> 中...</span>
</el-button>
<div style="float: right">
<!-- <router-link class="link-type" :to="'/register'">立即注册</router-link>-->
<router-link class="link-type" :to="'/register'">立即注册</router-link>
</div>
</el-form-item>
</el-form>
@ -55,12 +55,12 @@ export default {
return {
codeUrl: '',
loginForm: {
// tenant: 'zy_tenant',
// username: 'zy_admin',
// password: 'admin123',
tenant: 'zy_tenant',
username: 'zy_admin',
password: 'admin123',
// tenant: 'tenant1',
// username: 'admin',
// password: 'admin123',
rememberMe: false,
code: '',
uuid: '',