dever 4 years ago
parent
commit
a7d2531895
3 changed files with 3 additions and 3 deletions
  1. 1 1
      lib/dever/config.js
  2. 1 1
      lib/dever/index.js
  3. 1 1
      manifest.json

+ 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';

+ 1 - 1
manifest.json

@@ -100,7 +100,7 @@
         },
         "title" : "合小记",
         "devServer" : {
-            "https" : false,
+            "https" : true,
             "port" : ""
         },
         "domain" : "https://he.shemic.com/",