uniapps/work-app/src/pages/login/index.vue
@@ -36,7 +36,7 @@ <script setup> import { getAssetsImage } from "@/utils/index.js"; import {ticketLoginInterfaceApi} from '@/api/work/index1.js' import {ticketLoginInterfaceApi} from '@/api/work/index.js' import md5 from "js-md5"; import { loginByUsername } from "@/api/user/index.js"; import { useUserStore, useLocationStore } from "@/store/index.js"; @@ -82,8 +82,8 @@ }); } const loginFormGd = ref({ username: "admin", password: "admin", username: "zhx", password: "123456", }); async function submit() {