loulijun2021
2022-11-05 c4b49d08cef0805e17646eef03e1c1a62316c3b2
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') {