Skip to content

Commit e68ed40

Browse files
committed
Modify schedulis appconn init sql to fix sso.
1 parent 681273b commit e68ed40

File tree

1 file changed

+1
-1
lines changed
  • dss-appconn/appconns/dss-schedulis-appconn/src/main/resources

1 file changed

+1
-1
lines changed

dss-appconn/appconns/dss-schedulis-appconn/src/main/resources/init.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VALUES ('schedulis', 0, 1, 1, 1, NULL, 'com.webank.wedatasphere.dss.appconn.sche
99
select @schedulis_appconnId:=id from `dss_appconn` where `appconn_name` = 'schedulis';
1010

1111
insert into `dss_appconn_instance` (`appconn_id`, `label`, `url`, `enhance_json`, `homepage_uri`)
12-
values(@schedulis_appconnId,'DEV','http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/','{"reqUri":"schedulis/api/v1/redirect"}','');
12+
values(@schedulis_appconnId,'DEV','http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/','{"reqUri":""}','/manager');
1313

1414
-- 看appconn组件是要归属于哪个菜单
1515
select @schedulis_menuId:=id from dss_workspace_menu where name = "生产运维";

0 commit comments

Comments
 (0)