Michael Wang 4 年之前
父节点
当前提交
92b89aab9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/mark/MarkChangeProfile.vue

+ 1 - 1
src/features/mark/MarkChangeProfile.vue

@@ -58,7 +58,7 @@ export default defineComponent({
 
     const handleOk = () => {
       if (user.name.length === 0 || user.name.length >= 30) {
-        message.error({ content: "用户名长度必须在1到30之间" });
+        message.error({ content: "名长度必须在1到30之间" });
         return;
       }
       if (user.password.length !== 0 || user.confirmPassword.length !== 0) {