|
|
@@ -30,3 +30,4 @@ insert into `sys_config` (`config_name`, `config_key`, `config_value`, `config_t
|
|
|
insert into `sys_config` (`config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) values('微信SCOPE','WX_WEB_SCOPE','snsapi_login','Y','admin','2021-09-13 15:32:38','',NULL,NULL);
|
|
|
insert into `sys_config` (`config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) values('微信REDIRECT_URL','WEB_REDIRECT_URL','http://adm.huyioa.com/wxLogin','Y','admin','2021-09-13 15:32:38','',NULL,NULL);
|
|
|
INSERT INTO `sys_config` (`config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('cfca授权编号', 'ZCYL-CFCA', '100001', 'Y', 'admin', '2021-09-22 15:55:35', '', NULL, NULL);
|
|
|
+INSERT INTO `sys_config` (`config_name`, `config_key`, `config_value`, `config_type`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ('是否单点登录', 'singleLogin', '0', 'Y', 'admin', '2021-09-22 15:55:35', '', NULL, NULL);
|