Explorar o código

:ok_hand: 默认开启租户模式

smallchill %!s(int64=6) %!d(string=hai) anos
pai
achega
34c5872a87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',