dever 4 years ago
parent
commit
73f01b06ad
2 changed files with 3 additions and 3 deletions
  1. 2 2
      lib/dever/config.js
  2. 1 1
      pages/dream/index.vue

+ 2 - 2
lib/dever/config.js

@@ -4,7 +4,7 @@ const base = {
 }
 
 const im = {
-	host : 'ws://192.168.2.70:8282'
+	host : 'ws://192.168.33.10:8282'
 }
 
 //http request请求配置
@@ -12,7 +12,7 @@ const request = {
 	//	服务器接口地址
 
 	host: "http://192.168.2.70/dreamland/",
-	host: "http://192.168.3.66/dreamland/",
+	host: "http://192.168.33.10/dreamland/",
 	
 	//	请求的参数	
 	data: {},

+ 1 - 1
pages/dream/index.vue

@@ -40,7 +40,7 @@
 			</view>
 			
 			<view v-if="infoState">
-				<info :id="id" :bgcolor="fetch.button.bgcolor" :color="fetch.button.color" hideInfo="hideInfo"></info>
+				<info :id="id" :bgcolor="fetch.button.bgcolor" :color="fetch.button.color" @hideInfo="hideInfo"></info>
 			</view>
 		</view>
 	</gracePage>