Browse Source

去掉租户二字

zhoulisky 6 months ago
parent
commit
af54445bbc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lang/zh.js
  2. 1 1
      src/views/system/tenant.vue

+ 1 - 1
src/lang/zh.js

@@ -80,7 +80,7 @@ export default {
   login: {
     title: '登录 ',
     info: '企业级开发平台',
-    tenantId: '请输入租户ID',
+    tenantId: '请输入ID',
     username: '请输入账号',
     password: '请输入密码',
     wechat: '微信',

+ 1 - 1
src/views/system/tenant.vue

@@ -229,7 +229,7 @@ export default {
             span: 24,
             rules: [{
               required: true,
-              message: "请输入租户ID",
+              message: "请输入ID",
               trigger: "blur"
             }]
           },