修复菜单排序问题

This commit is contained in:
橙子
2022-10-16 13:43:23 +08:00
parent 464b768c55
commit 95c506c638
10 changed files with 18 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<div class="div-top">
<span class="title">大白荟</span>
<br />
<span class="subtitle">农夫山泉有点甜</span>
<span class="subtitle">有幸相遇不负未来</span>
</div>
<div class="div-bottom">
<h5>密码登录</h5>
@@ -42,8 +42,8 @@ import { Toast } from "vant";
const router = useRouter();
const redirect = ref(undefined);
const loginForm = ref({
username: "cc",
password: "123456",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: "",