#
LSH
2023-02-09 319f665d3f2ce0e88193515e7fbdae39865e155d
#
5个文件已修改
14 ■■■■ 已修改文件
pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/console.map.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -185,7 +185,7 @@
    </dependencies>
    <build>
        <finalName>ynwcs</finalName>
        <finalName>fnwcs</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
src/main/resources/application.yml
@@ -8,7 +8,7 @@
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://localhost:1433;databasename=gzynasrs
    url: jdbc:sqlserver://localhost:1433;databasename=zjfnasrs
    username: sa
    password: sa@123
  mvc:
@@ -34,7 +34,7 @@
  enable: false
wms:
  url: localhost:8080/ynwms
  url: localhost:8080/fnwms
# 下位机配置
wcs-slave:
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/ynwcs";
var baseUrl = "/fnwcs";
// 赋值
function setVal(el, val) {
src/main/webapp/static/js/console.map.js
@@ -1,5 +1,5 @@
mapInfo = {
    "mapName": "GZYNWCS",
    "mapName": "GZFNWCS",
    "rackCount": 2,
    "crnCount": 1,
    "stbCount": 9,
src/main/webapp/views/index.html
@@ -52,7 +52,7 @@
        window.location.href = baseUrl + "/login";
    }
    $.ajax({
        url: "/ynwcs" + "/console/crn/detail",
        url: "/fnwcs" + "/console/crn/detail",
        headers: {
            'token': localStorage.getItem('token')
        },
@@ -72,7 +72,7 @@
        }
    })
    $.ajax({
        url: "/ynwcs" + "/console/loc/detail2",
        url: "/fnwcs" + "/console/loc/detail2",
        headers: {
            'token': localStorage.getItem('token')
        },