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() // 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

Loading…
Cancel
Save