@@ -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: {},
@@ -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';