feat:姓名长度限制
src/views/system/user.vue @@ -402,8 +402,8 @@ }, { min: 2, max: 10, message: '姓名长度在2到5个字符', max: 50, message: '姓名长度在2到50个字符', }, ], },