zhangwei
2025-08-20 115769e9ad3ddc64e21ad7285450c4c563c745ed
src/views/login/index.vue
@@ -195,11 +195,11 @@
                                ElRadio,
                                {
                                  key: item.customerUserID,
                                  value: item.customerUserID,
                                  label: item.enterpriseName
                                  value: item.customerUserID
                                },
                                [
                                  // 单选框文本
                                  item.enterpriseName,
                                  // 根据当前项的isManager显示标签(放在文本后面)
                                  item.isManger
                                    ? h(
@@ -278,7 +278,7 @@
              if (obj.theLastLogo) {
                router
                  .replace({
                    name: "Index"
                    path: "/Index"
                  })
                  .then(() => {
                    message("登录成功", { type: "success" });