From ae650773b60232cc1c9371a3feeea1042d01e016 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期日, 18 九月 2022 21:03:02 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/common.js | 3 ++- src/main/resources/application.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 65c63e8..212dcdc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,8 @@ server: - port: 8080 + port: 9528 servlet: - context-path: /@pom.build.finalName@ + context-path: +# context-path: /@pom.build.finalName@ spring: application: diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 8f52fd8..4df8afd 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,5 @@ -var baseUrl = "/crm"; +// var baseUrl = "/crm"; +var baseUrl = ""; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; -- Gitblit v1.9.1