From fad10cbd108fa1cb41236ee8d265942e7c1bba56 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期一, 17 一月 2022 14:33:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms --- src/main/webapp/views/index.html | 2 +- src/main/webapp/static/js/common.js | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 987a74b..4b0adc0 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ </dependencies> <build> - <finalName>wms</finalName> + <finalName>pms</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 1694794..6893a1b 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -1,4 +1,4 @@ -var baseUrl = "/wms"; +var baseUrl = "/pms"; // 璇︽儏绐楀彛-楂樺害 var detailHeight = '80%'; diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 8c472df..a97745a 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -26,7 +26,7 @@ <div class="layui-header"> <div class="layui-logo"> <img src="../static/image/logo2.png"/> - <cite> Wms Admin </cite> + <cite> 椤圭洰绠$悊绯荤粺</cite> </div> <!-- 宸� --> <ul class="layui-nav layui-layout-left"> -- Gitblit v1.9.1