Skip to content

Commit b78b2f4

Browse files
Merge pull request #16 from wayson20/patch-1
fix REDIRECT_URL error
2 parents 69a2d01 + 78e16a7 commit b78b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh_CN/安装部署/ExchangisAppConn插件安装文档.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SET @EXCHANGIS_INSTALL_IP_PORT='127.0.0.1:9003';
2929
SET @URL = replace('http://EXCHANGIS_IP_PORT', 'EXCHANGIS_IP_PORT', @EXCHANGIS_INSTALL_IP_PORT);
3030
SET @HOMEPAGE_URL = replace('http://EXCHANGIS_IP_PORT', 'EXCHANGIS_IP_PORT', @EXCHANGIS_INSTALL_IP_PORT);
3131
SET @PROJECT_URL = replace('http://EXCHANGIS_IP_PORT', 'EXCHANGIS_IP_PORT', @EXCHANGIS_INSTALL_IP_PORT);
32-
SET @REDIRECT_URL = replace('http://EXCHANGIS_IP_PORT/udes/auth', 'EXCHANGIS_IP_PORT', @EXCHANGIS_INSTALL_IP_PORT);
32+
SET @REDIRECT_URL = replace('http://EXCHANGIS_IP_PORT/#/udes/auth', 'EXCHANGIS_IP_PORT', @EXCHANGIS_INSTALL_IP_PORT);
3333
3434
delete from `dss_application` WHERE `name` = 'Exchangis';
3535
INSERT INTO `dss_application`(`name`,`url`,`is_user_need_init`,`level`,`user_init_url`,`exists_project_service`,`project_url`,`enhance_json`,`if_iframe`,`homepage_url`,`redirect_url`) VALUES ('Exchangis', @URL, 0, 1, NULL, 0, @PROJECT_URL, '', 1, @HOMEPAGE_URL, @REDIRECT_URL);

0 commit comments

Comments
 (0)