loulijun2021
2022-10-29 e713b378b01d189f972cfb5b9eae749ee95a8b51
src/views/login/index.vue
@@ -103,7 +103,7 @@
        <el-button
          :loading="loading"
          type="primary"
          style="width:100%;margin-top:20px;"
          style="width:100%;margin-top:20px;letter-spacing: 10px"
          @click.native.prevent="handleLogin"
        >登录
        </el-button>
@@ -252,7 +252,8 @@
        usercode,
        username,
        usertype,
        userid
        userid,
        rid: ''
      }
      const res = await ForcedOffline(data)
      if (res.code === '200') {