添加了用户模块
This commit is contained in:
parent
9dfb0ce75d
commit
c984cefd68
@ -124,6 +124,8 @@ function getdata() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//禁用启用
|
//禁用启用
|
||||||
function switchChange(row: any) {
|
function switchChange(row: any) {
|
||||||
const elmassage = ref('')
|
const elmassage = ref('')
|
||||||
|
|||||||
@ -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) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user