wcs
Junjie
2023-05-13 26bea176f26939f727de725d0b01d299519690fd
wcs
2个文件已修改
4 ■■■■ 已修改文件
pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -185,7 +185,7 @@
    </dependencies>
    <build>
        <finalName>htwcs3</finalName>
        <finalName>wcs</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/htwcs3";
var baseUrl = "/wcs";
// 赋值
function setVal(el, val) {