Ver Fonte

:ok_hand: 默认开启租户模式

smallchill há 6 anos atrás
pai
commit
34c5872a87
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/config/website.js

+ 1 - 1
src/config/website.js

@@ -8,7 +8,7 @@ export default {
   indexTitle: 'Saber Admin',
   clientId: 'saber', // 客户端id
   clientSecret: 'saber_secret', // 客户端密钥
-  tenantMode: false, // 是否开启租户模式
+  tenantMode: true, // 是否开启租户模式
   tenantId: "000000", //默认租户编号
   captchaMode: true, // 是否开启验证码模式
   lockPage: '/lock',