浏览代码

Merge branch 'master' of http://114.215.100.48:3000/ipu/android-share

yuanhang 9 年之前
父节点
当前提交
e79b85443f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      multiple-client/assets/mobile-config.xml

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

@ -5,7 +5,7 @@
5 5
	<config name="request_host" value="http://10.0.2.2:8080"/>
6 6
	-->
7 7
	<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
8
	<config name="request_host" value="http://192.168.1.108:18080"/> 
8
	<config name="request_host" value="http://192.168.1.109:18080"/> 
9 9
	<!-- 必须。容器应用名或请求根路径 -->
10 10
	<config name="request_path" value="/mult"/>
11 11
	<!-- 必须。数据接口的servlet路径 -->