yangbiao 9 years ago
parent
commit
dfc4eaba5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipu-client/assets/mobile-config.xml

+ 1 - 1
ipu-client/assets/mobile-config.xml

@ -1,7 +1,7 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3 3
    <!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
4
	<config name="request_host" value="http://10.42.0.1:8080"/>
4
	<config name="request_host" value="http://10.0.2.2:8080"/>
5 5
	<!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
6 6
	<!-- <config name="request_host" value="http://192.168.0.143:8080"/>  -->
7 7
	<!-- 必须。容器应用名或请求根路径 -->