소스 검색

update:关闭多租户

Harper 1 년 전
부모
커밋
31105b3471
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      feifan-server/src/main/resources/application.yaml

+ 1 - 1
feifan-server/src/main/resources/application.yaml

@@ -184,7 +184,7 @@ feifan:
       - cn.newfeifan.mall.module.system.enums.ErrorCodeConstants
       - cn.newfeifan.mall.module.mp.enums.ErrorCodeConstants
   tenant: # 多租户相关配置项
-    enable: true
+    enable: false
     ignore-urls:
       - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
       - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号