From 66fccea3537807df85f9a64e0dc2c8e38b8797ee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 07 Aug 2021 11:55:38 +0800
Subject: [PATCH] 部分修改
---
src/config/website.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/config/website.js b/src/config/website.js
index 9f2f5b9..bb50fd6 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -8,7 +8,7 @@
indexTitle: '保安服务企业管理',
clientId: 'saber', // 客户端id
clientSecret: 'saber_secret', // 客户端密钥
- tenantMode: true, // 是否开启保安单位模式
+ tenantMode: false, // 是否开启保安单位模式 租户ID
tenantId: "000000", // 管理组保安单位编号
captchaMode: false, // 是否开启验证码模式
lockPage: '/lock',
@@ -45,4 +45,4 @@
flowDesignUrl: 'http://localhost:9999',
// 报表设计器地址(cloud端口为8108,boot端口为80)
reportUrl: 'http://localhost:8108/ureport',
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3