You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by kr...@apache.org on 2023/08/12 15:16:19 UTC

[incubator-streampark] branch dev updated: issue-2753 bug fixed.(#2753) (#2934)

This is an automated email from the ASF dual-hosted git repository.

kriszu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new c039b86e0 issue-2753 bug fixed.(#2753) (#2934)
c039b86e0 is described below

commit c039b86e0f77864a8e76a7ea78befb2bf44021a0
Author: zhaoningshengg <zh...@163.com>
AuthorDate: Sat Aug 12 23:16:13 2023 +0800

    issue-2753 bug fixed.(#2753) (#2934)
    
    Co-authored-by: zns <zh...@163.com>
---
 .../streampark-console-webapp/src/views/flink/app/Detail.vue            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampark-console/streampark-console-webapp/src/views/flink/app/Detail.vue b/streampark-console/streampark-console-webapp/src/views/flink/app/Detail.vue
index cc8279cf8..9b43c936c 100644
--- a/streampark-console/streampark-console-webapp/src/views/flink/app/Detail.vue
+++ b/streampark-console/streampark-console-webapp/src/views/flink/app/Detail.vue
@@ -218,7 +218,7 @@
 
   /* Documentation page */
   function handleDocPage() {
-    const res = window.origin.split(':')[1] + ':10000/doc.html';
+    const res = window.origin + '/doc.html';
     window.open(res);
   }