yxh
yxh
2023-03-24 8b50c0466a9453472871da617abc647c39b903dc
ruoyi-ui/src/views/login.vue
@@ -1,7 +1,7 @@
<template>
  <div class="login">
    <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
      <h3 class="title">若依后台管理系统</h3>
      <h3 class="title">智慧随访管理系统</h3>
      <el-form-item prop="username">
        <el-input
          v-model="loginForm.username"
@@ -46,7 +46,7 @@
          style="width:100%;"
          @click.native.prevent="handleLogin"
        >
          <span v-if="!loading">登 录1</span>
          <span v-if="!loading">登 录</span>
          <span v-else>登 录 中...</span>
        </el-button>
        <div style="float: right;" v-if="register">