瀏覽代碼

根据机场id获取巡检任务直播

tags/v1.2.0^2
chengwang 1 年之前
父節點
當前提交
4ddafba49f
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +2
    -1
      tuoheng-service/tuoheng-admin/src/main/resources/application-dev.yml
  2. +1
    -2
      tuoheng-service/tuoheng-admin/src/main/resources/application-local.yml

+ 2
- 1
tuoheng-service/tuoheng-admin/src/main/resources/application-dev.yml 查看文件

@@ -144,7 +144,8 @@ tuoheng:
#飞手平台地址
pilot-url: http://192.168.11.11:7011/pilot/web/
#airport配置地址
airport-url: http://192.168.11.22:9060
#airport-url: http://192.168.11.22:9060
airport-url: https://airport-test.t-aaron.com
# 文件配置
uploads:
#上传的服务器上的映射文件夹

+ 1
- 2
tuoheng-service/tuoheng-admin/src/main/resources/application-local.yml 查看文件

@@ -150,8 +150,7 @@ tuoheng:
#飞手平台地址
pilot-url: http://192.168.11.241:7011/pilot/web/
#airport配置地址
# airport-url: http://192.168.11.22:9060
airport-url: https://airport-test.t-aaron.com
airport-url: http://192.168.11.22:9060
# 文件配置
uploads:
#上传的服务器上的映射文件夹

Loading…
取消
儲存