dever 4 anos atrás
pai
commit
eb7d688a77
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      lib/dever/config.js
  2. 1 1
      lib/dever/index.js

+ 1 - 1
lib/dever/config.js

@@ -11,7 +11,7 @@ const im = {
 const request = {
 	//	服务器接口地址
 	host: "https://he.shemic.com/",
-	host: "http://dev.shemic.com/dreamland/",
+	//host: "http://dev.shemic.com/dreamland/",
 	
 	//	请求的参数	
 	data: {},

+ 1 - 1
lib/dever/index.js

@@ -30,7 +30,7 @@ var http = {
 		var self = this;
 		if (vue == 'post') {
 			config.request.method = 'POST';
-			config.request.method = 'GET';
+			//config.request.method = 'GET';
 			vue = false;
 		} else {
 			config.request.method = 'GET';