Skip to content

Commit 18ea3a7

Browse files
author
lvjw12
committed
onestop菜单配置优化
1 parent 0cf050f commit 18ea3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/dss_dml.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ insert into `dss_workspace_user_role`(`id`,`workspace_id`,`username`,`role_id`,
9696

9797
DELETE FROM dss_application;
9898

99-
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (1, 'Exchangis', 'http://luban.ctyun.cn:31022/luban/exchangis/', 0, 1, null, 0, 'http://luban.ctyun.cn:31022/luban/exchangis/', '{"watermark":false,"rsDownload":true}', 1, 'http://luban.ctyun.cn:31022/luban/exchangis/', 'http://luban.ctyun.cn:31022/luban/exchangis/api/v1/auth/redirect');
99+
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (1, 'Exchangis', 'http://luban.ctyun.cn:8088/luban/exchangis/', 0, 1, null, 0, 'http://luban.ctyun.cn:8088/luban/exchangis/', '{"watermark":false,"rsDownload":true}', 1, 'http://luban.ctyun.cn:8088/luban/exchangis/', 'http://luban.ctyun.cn:8088/luban/exchangis/api/v1/auth/redirect');
100100
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (5, 'Scriptis', '/home', 0, 1, null, 0, '/home', null, 0, '/home', '/home');
101101
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (12, 'dataService', '/dataService', 0, 1, null, 0, '/dataService', null, 0, '/dataService', '/dataService');
102102
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (13, 'SharpScheduler', '/scheduler', null, null, null, null, '/scheduler', null, 0, '/scheduler', '/scheduler');
103103
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (14, 'CtView', 'http://101.226.23.99:31024/luban/datav/', null, null, null, null, 'http://101.226.23.99:31024/luban/datav/', null, 1, 'http://101.226.23.99:31024/luban/datav/', 'http://101.226.23.99:31024/luban/datav/');
104-
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (15, 'superset', 'http://superset.ctyun.cn:31022/report', 0, 1, null, 0, 'http://superset.ctyun.cn:31022/report', null, 0, 'http://superset.ctyun.cn:31022/report', 'http://superset.ctyun.cn:31022/report/login');
104+
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (15, 'superset', 'http://superset.ctyun.cn:8088/report', 0, 1, null, 0, 'http://superset.ctyun.cn:8088/report', null, 0, 'http://superset.ctyun.cn:8088/report', 'http://superset.ctyun.cn:8088/report/login');
105105
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (16, 'workflow', '/', null, null, null, null, '/', null, 0, '/', '/');
106106
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (17, 'nifi', '/', null, null, null, null, '/', null, 0, '/', '/');
107107
INSERT INTO dss_application (id, name, url, is_user_need_init, level, user_init_url, exists_project_service, project_url, enhance_json, if_iframe, homepage_url, redirect_url) VALUES (18, 'MLP', '/', null, null, null, null, '/', null, 0, '/', '/');

0 commit comments

Comments
 (0)