添加了用户模块

This commit is contained in:
root 2026-03-27 14:39:55 +08:00
parent 9dfb0ce75d
commit c984cefd68
2 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,8 @@ function getdata() {
}) })
} }
// //
function switchChange(row: any) { function switchChange(row: any) {
const elmassage = ref('') const elmassage = ref('')

View File

@ -20,6 +20,8 @@ const router = useRouter();
const url = import.meta.env.VITE_APP_BASE_API; const url = import.meta.env.VITE_APP_BASE_API;
// //
function init() { function init() {
getUserInfo().then((res: any) => { getUserInfo().then((res: any) => {