Source/UBCS-WEB/vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS/ubcs-gateway/src/main/resources/application-prod.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/vue.config.js
@@ -26,12 +26,11 @@ proxy: { '/api': { //本地服务接口地址 // target: 'http://localhost', target: 'http://localhost:37000', // target: 'http://192.168.1.51:37000', target: 'http://dev.vci-tech.com:37000', // target: 'http://192.168.1.16:37000', // target: 'http://dev.vci-tech.com:37000', // target: 'http://192.168.1.104:37000', // target: 'http://192.168.0.105:37000', // target: 'http://192.168.43.251:37000', // target: 'http://192.168.0.103:37000', // target: 'http://192.168.1.63:37000', // target: 'http://192.168.3.7:37000', Source/UBCS/pom.xml
@@ -107,11 +107,11 @@ <resources> <resource> <directory>src/main/resources</directory> <excludes> <!-- <excludes> <exclude>bootstrap.yml</exclude> <exclude>application.yml</exclude> <exclude>application-prop.yml</exclude> </excludes> <exclude>application-prod.yml</exclude> </excludes>--> </resource> <resource> <directory>src/main/java</directory> Source/UBCS/ubcs-gateway/src/main/resources/application-prod.yml
@@ -9,14 +9,3 @@ prior-ip-pattern: - 192.168.0.* - 127.0.0.1 server: port: 80 spring: cloud: gateway: discovery: locator: enabled: true loadbalancer: retry: enabled: true