UI-Project/config.js
@@ -1,5 +1,5 @@ export default { serverUrl: "localhost:8083", serverUrl2: "localhost:8081/mesModuleTools" serverUrl: "localhost:8085", serverUrl2: "localhost:8085/mesModuleTools" //serverUrl:"res.abeim.cn" } UI-Project/vite.config.js
@@ -27,7 +27,7 @@ rewrite: (path) => path.replace(/^\/api/, '/'), }, '/api2': { target: 'http://localhost:8081/mesModuleTools', target: 'http://localhost:8085/mesModuleTools', changeOrigin: true, pathRewrite: { '^/api2': '', hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/InitUtil.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/PLCAutoMes.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/PlcBitInfo.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/PlcBitObject.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/PlcParameterInfo.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/PlcParameterObject.java
File was deleted hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/common/S7object.java
File was deleted hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/UnLoadGlassApplication.java
@@ -1,18 +1,22 @@ package com.mes; import com.mes.tools.WebSocketServer; import lombok.extern.slf4j.Slf4j; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.context.ConfigurableApplicationContext; import springfox.documentation.swagger2.annotations.EnableSwagger2; /** * @Author : zhoush * @Date: 2024/4/7 14:36RRRR * @Description: */ @Slf4j @SpringBootApplication @EnableSwagger2 @EnableDiscoveryClient @MapperScan(basePackages = "com.mes.*.mapper") public class UnLoadGlassApplication {