代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="Js//bootstrapJs/bootstrap.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
<script src="./Js/jquery-3.7.1.js"></script>
<!-- Import style -->
<!-- <link rel="stylesheet" href="//unpkg.com/element-plus/dist/index.css" /> -->
<!-- Import Vue 3 -->
<script src="//unpkg.com/vue@3"></script>
<!-- <script src="https://unpkg.com/vue-router@4.0.15/dist/vue-router.global.js"></script> -->
<!-- Import component library -->
<!-- <script src="//unpkg.com/element-plus"></script> -->
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<link rel="stylesheet" href="css/bootstrapCss/bootstrap.css">
<link rel="stylesheet" href="css/login.css">
<title>管理系统登录</title>
</head>
<body>
<div id="login">
<form class="form-horizontal loginform" method="post" style="padding: 10%">
<div class="form-group">
<label for="inputname" class="col-sm-2 control-label" style="width: 50% ;margin-top: 5%;">用 户
名</label>
<div class="col-sm-10" style="width: 100% ;margin-top: 5%;">
<input name="account" type="text" class="form-control" v-model="inputaccount" id="inputaccount" placeholder="用户名">
</div>
</div>
<div class="form-group">
<label for="inputPassword3" class="col-sm-2 control-label" style="width: 50% ;margin-top: 5%;">密
码</label>
<div class="col-sm-10" style="width: 100% ;margin-top: 5%;">
<input name="password" type="password" class="form-control" v-model="inputPassword" id="inputPassword"
placeholder="Password">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox" style="margin-top: 5%;">
<label>
<input type="checkbox"> 记 住 我
</label>
</div>
</div>
</div>
<div class="form-group" style="margin-top: 5%;">
<div id="loginbtn" class="col-sm-offset-2 col-sm-10">
<button @click="getUser" type="button" class="btn btn-default btn-primary"
style="margin-left: 8px;margin-right: 8px">登 录
</button>
<button type="button" class="btn btn-default btn-primary"
style="margin-left: 8px;margin-right: 8px">注 册
</button>
</div>
</div>
</form>
</div>
</div>
</body>
<script src="Js/VueLogin.js" lang="ts" setup></script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。