add user_token

This commit is contained in:
ljw
2024-10-31 22:27:30 +08:00
parent fffc2658e3
commit 130235fdc1
11 changed files with 211 additions and 10 deletions
+1
View File
@@ -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 () => {