#
luxiaotao1123
2024-10-09 a97a7a41646937d098317f7d53ec643b45de0f14
#
3个文件已修改
8 ■■■■ 已修改文件
zy-acs-flow/.env 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/player.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-manager/src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/.env
@@ -2,4 +2,4 @@
# COOL_BASE_IP = 'localhost'
COOL_BASE_IP = '192.168.4.53'
COOL_BASE_PORT = 9090
COOL_BASE_PORT = 8088
zy-acs-flow/src/map/player.js
@@ -274,10 +274,6 @@
    resize = (width, height) => {
        this.app.renderer.resize(width, height);
        this.mapContainer.children.forEach((child) => {
            child.x = width / 2;
            child.y = height / 2;
        });
    }
    destroy = () => {
zy-acs-manager/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 9090
  port: 8088
# 192.168.137.66
spring:
  application: