Browse Source

fix 修复 用户注册 用户类型字段书写错误

疯狂的狮子Li 2 năm trước cách đây
mục cha
commit
4063b0c2dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruoyi-ui/src/views/register.vue

+ 1 - 1
ruoyi-ui/src/views/register.vue

@@ -87,7 +87,7 @@ export default {
         confirmPassword: "",
         code: "",
         uuid: "",
-        user_type: "sys_user"
+        userType: "sys_user"
       },
       registerRules: {
         username: [