兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-09-01 b22d0775b7acc56dc83009e09e6f69b0a48f636e
fix 修复 导包警告问题
已修改1个文件
3 ■■■■■ 文件已修改
src/views/system/user/profile/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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";