zrj
2024-06-06 af4e13eab52f8edf174a9c0967c6bcc167800b33
src/config/website.js
@@ -2,12 +2,12 @@
 * 全局配置文件
 */
export default {
  title: "sword",
  title: "sys",
  logo: "J",
  key: "sword", //配置主键,目前用于存储
  key: "sys", //配置主键,目前用于存储
  indexTitle: "统一认证平台",
  clientId: "sword", // 客户端id
  clientSecret: "sword_secret", // 客户端密钥
  clientId: "sys", // 客户端id
  clientSecret: "sys_secret", // 客户端密钥
  tenantMode: true, // 是否开启租户模式
  tenantId: "000000", // 管理组租户编号
  captchaMode: true, // 是否开启验证码模式