Browse Source

边锋错误

qin_8
herenshan112 9 months ago
parent
commit
bff214f980
  1. 4
      src/views/login/index.vue

4
src/views/login/index.vue

@ -54,7 +54,7 @@ onBeforeMount(() => {
// userPinia.getInfo()
// router.push('/')
// }
xingzhi.value = 1
xingzhi.value = 2
getSignCode()
})
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);">
<template #header>
<div class="card-header">
<el-text class="loginTitle">{{ loginTitle }}--{{xingzhi}}</el-text>
<el-text class="loginTitle">{{ loginTitle }}</el-text>
</div>
</template>
<el-form

Loading…
Cancel
Save