Browse Source

细节修改

wy 1 year ago
parent
commit
4d5951e999
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.js

+ 2 - 2
config.js

@@ -1,8 +1,8 @@
 export default {
 export default {
 	web_name: "智小狸",
 	web_name: "智小狸",
 	// uni_app_web_api_url: "http://zk.li-ai.com.cn:8080/api", //后端统一接口路径
 	// uni_app_web_api_url: "http://zk.li-ai.com.cn:8080/api", //后端统一接口路径
-	uni_app_web_api_url: "http://192.168.3.110:8080/api",
+	uni_app_web_api_url: "http://192.168.3.177:8080/api",
 	// web_socket_url:'ws://zk.li-ai.com.cn:8080/ws/',
 	// web_socket_url:'ws://zk.li-ai.com.cn:8080/ws/',
-	web_socket_url:'ws://192.168.3.110:8080/ws/',
+	web_socket_url:'ws://192.168.3.177:8080/ws/',
 	debug: true
 	debug: true
 }
 }