自动化立体仓库 - WMS系统
#
zjj
2024-11-18 d854b17b4133577fe3e41bdf33f5fc46bfb81fe4
#
2个文件已修改
4 ■■■■ 已修改文件
pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -124,7 +124,7 @@
    </dependencies>
    <build>
        <finalName>wms</finalName>
        <finalName>gtSxkWms</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/wms";
var baseUrl = "/gtSxkWms";
// 详情窗口-高度
var detailHeight = '80%';