|
|
@ -54,7 +54,7 @@ onBeforeMount(() => { |
|
|
// userPinia.getInfo() |
|
|
// userPinia.getInfo() |
|
|
// router.push('/') |
|
|
// router.push('/') |
|
|
// } |
|
|
// } |
|
|
xingzhi.value = 1 |
|
|
xingzhi.value = 2 |
|
|
getSignCode() |
|
|
getSignCode() |
|
|
}) |
|
|
}) |
|
|
const loginForm = ref(ElForm); //表单实例化 |
|
|
const loginForm = ref(ElForm); //表单实例化 |
|
|
@ -153,7 +153,7 @@ const judgingEnvironment = () => { |
|
|
<el-card v-else style="max-width: 90%; background-color: rgba(255,255,255,0.6); border: rgba(255,255,255,0.6);"> |
|
|
<el-card v-else style="max-width: 90%; background-color: rgba(255,255,255,0.6); border: rgba(255,255,255,0.6);"> |
|
|
<template #header> |
|
|
<template #header> |
|
|
<div class="card-header"> |
|
|
<div class="card-header"> |
|
|
<el-text class="loginTitle">{{ loginTitle }}--{{xingzhi}}</el-text> |
|
|
<el-text class="loginTitle">{{ loginTitle }}</el-text> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<el-form |
|
|
<el-form |
|
|
|