wzh hace 3 años
padre
commit
2b0c18153d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/authManage/addRole.vue

+ 1 - 0
src/views/authManage/addRole.vue

@@ -191,6 +191,7 @@ onMounted(() => {
     getRoleDetail(id);
     roleId.value = id;
     store.commit("changefirstTitle", "修改员工");
+    document.title = "代理 - " + "修改员工";
   }
 });
 </script>