兰宝车间质量管理系统-前端
songgaoshuai
2024-03-22 31f4219f3d7fc041ba6ec2d11084e7e0f61ffdb8
src/views/login.vue
@@ -34,6 +34,9 @@
        <el-button circle title="MaxKey登录" @click="doSocialLogin('maxkey')">
          <svg-icon icon-class="maxkey" />
        </el-button>
        <el-button circle title="TopIam登录" @click="doSocialLogin('topiam')">
          <svg-icon icon-class="topiam" />
        </el-button>
        <el-button circle title="Gitee登录" @click="doSocialLogin('gitee')">
          <svg-icon icon-class="gitee" />
        </el-button>
@@ -53,7 +56,7 @@
    </el-form>
    <!--  底部  -->
    <div class="el-login-footer">
      <span>Copyright © 2018-2023 疯狂的狮子Li All Rights Reserved.</span>
      <span>Copyright © 2018-2024 疯狂的狮子Li All Rights Reserved.</span>
    </div>
  </div>
</template>