|
@@ -6,8 +6,10 @@ export default {
|
|
|
logo: "S",
|
|
|
key: 'saber',//配置主键,目前用于存储
|
|
|
indexTitle: 'Admin',
|
|
|
- clientId: 'saber', // 客户端id
|
|
|
- clientSecret: 'saber_secret', // 客户端密钥
|
|
|
+ // clientId: 'saber', // 客户端id
|
|
|
+ // clientSecret: 'saber_secret', // 客户端密钥
|
|
|
+ clientId: 'clientId', // 客户端id
|
|
|
+ clientSecret: 'clientSecret', // 客户端密钥
|
|
|
tenantMode: true, // 是否开启企业模式
|
|
|
tenantId: "000000", // 管理组企业编号
|
|
|
captchaMode: false, // 是否开启验证码模式
|