用户
This commit is contained in:
parent
d162745018
commit
ee6e3393f4
@ -123,6 +123,7 @@ function getdata() {
|
||||
loading.value = false;
|
||||
})
|
||||
}
|
||||
|
||||
//禁用启用
|
||||
function switchChange(row: any) {
|
||||
const elmassage = ref('')
|
||||
|
||||
@ -19,6 +19,7 @@ const tagsViewStore = useTagsViewStore();
|
||||
const router = useRouter();
|
||||
const url = import.meta.env.VITE_APP_BASE_API;
|
||||
|
||||
|
||||
// 初始加载
|
||||
function init() {
|
||||
getUserInfo().then((res: any) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user