From d04bf22f8a3aafb61fc21b825744f4d1c27c6192 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 11 Jan 2024 14:33:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E6=8B=86=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8C=BA=E5=88=86=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=92=8C=E9=AB=98=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/common/info.js | 6 ++ .../src/main/resources/static/extra.html | 94 +++++++++++++++++++ .../src/main/resources/static/index.html | 19 +--- 3 files changed, 103 insertions(+), 16 deletions(-) create mode 100644 service-web/src/main/resources/static/common/info.js create mode 100644 service-web/src/main/resources/static/extra.html diff --git a/service-web/src/main/resources/static/common/info.js b/service-web/src/main/resources/static/common/info.js new file mode 100644 index 0000000..9696ddd --- /dev/null +++ b/service-web/src/main/resources/static/common/info.js @@ -0,0 +1,6 @@ +function commonInfo() { + return { + // baseUrl: 'http://132.126.207.131:35690/hudi_services/service_web', + baseUrl: '/hudi_services/service_web', + } +} \ No newline at end of file diff --git a/service-web/src/main/resources/static/extra.html b/service-web/src/main/resources/static/extra.html new file mode 100644 index 0000000..a778885 --- /dev/null +++ b/service-web/src/main/resources/static/extra.html @@ -0,0 +1,94 @@ + + + + + + + Hudi 服务页面 + + + + + + +
+ + + + + + + + + + + + + + + + + diff --git a/service-web/src/main/resources/static/index.html b/service-web/src/main/resources/static/index.html index fba7ad7..4d2cdd3 100644 --- a/service-web/src/main/resources/static/index.html +++ b/service-web/src/main/resources/static/index.html @@ -11,15 +11,9 @@ name="viewport" /> Hudi 服务页面 - - - - - -