Browse Source

账号类型调整

XhuiCoder 1 year ago
parent
commit
c6a2d1fad1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/login/index.vue

+ 2 - 2
pages/login/index.vue

@@ -91,8 +91,8 @@
         height: '54vh',
         inputHeight: '5vh',
         typeList: [
-          { text: '非监管用户', value: '0' },
-          { text: '监管用户', value: '1' },
+          { text: '民政用户', value: '1' },
+          { text: '非民政用户', value: '0' },
         ],
         accountType: '0',