add user_token
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ref, reactive, watch } from 'vue'
|
||||
import { list as fetchUsers } from '@/api/user'
|
||||
|
||||
// todo 缓存所有用户信息
|
||||
export function loadAllUsers () {
|
||||
const allUsers = ref([])
|
||||
const getAllUsers = async () => {
|
||||
|
||||
Reference in New Issue
Block a user