Browse Source

✨ feat(store): 引入请求工具以增强用户存储功能

陈雪 3 weeks ago
parent
commit
b483f8b28a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/store/user.ts

+ 1 - 0
src/store/user.ts

@@ -1,3 +1,4 @@
+import { request } from '@/utils/request'
 import { defineStore } from 'pinia'
 
 export const useUserStore = defineStore('user', {