Bladeren bron

IPU框架标准版:IPU秀应用连接标准版测试环境

liufl5 4 jaren geleden
bovenliggende
commit
3c3bb3ac76
1 gewijzigde bestanden met toevoegingen van 6 en 2 verwijderingen
  1. 6 2
      display-center/Res/config/mobile-config.xml

+ 6 - 2
display-center/Res/config/mobile-config.xml

@ -1,7 +1,11 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3
    <config name="request_host" value="http://www.aiipu.com:8083"/>
4
<!--    <config name="request_host" value="http://192.168.1.171:8070"/>-->
3
    <!--3.0稳定版生产环境-->
4
<!--    <config name="request_host" value="http://www.aiipu.com:8083"/>-->
5
    <!--master标准版测试环境-->
6
    <config name="request_host" value="http://121.42.183.206:8081"/>
7
<!--    <config name="request_host" value="http://121.42.183.206:8082"/>-->
8
5 9
    <config name="request_path" value="/show"/>
6 10
    <config name="request_servlet" value="/mobiledata"/>
7 11
    <config name="loading_page" value="Res/local/welcome.html"/>