疯狂的狮子Li 1 год назад
Родитель
Сommit
b22d0775b7
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/views/system/user/profile/index.vue

+ 3 - 0
src/views/system/user/profile/index.vue

@@ -67,6 +67,9 @@
 
 <script setup name="Profile" lang="ts">
 import UserAvatar from "./userAvatar.vue";
+import UserInfo from "./userInfo.vue";
+import ResetPwd from "./resetPwd.vue";
+import ThirdParty from "./thirdParty.vue";
 import { getAuthList } from "@/api/system/social/auth";
 import { getUserProfile } from "@/api/system/user";