zhangwei
2025-08-06 60f24769048e3c36f8bdde0ac4649ee6f15df334
src/views/mine/index.vue
@@ -11,6 +11,8 @@
import { cusExtendInfo, changeCusExtend } from "@/api/mine";
import { Edit } from "@element-plus/icons-vue";
import { enterpriseTypes } from "@/api/register/index";
import { initRouter, getTopMenu, handleAliveRoute } from "@/router/utils";
const ruleFormRef = ref<FormInstance>();
const isLoading = ref(false);
const showDialog = ref(false);
@@ -326,6 +328,7 @@
    await useUserStoreHook().changeLogoInExRule({
      ruleCode: useUserStoreHook().nowRole.code
    });
    initRouter();
    message("修改成功!", {
      type: "success"
    });