Authored by jack.xue

fix type bug

... ... @@ -24,7 +24,7 @@ function updateView() {
type: "post",
dataType: "json",
data: {
type: "qcloud"
type: "qc"
},
success: function (response) {
var qcView = document.getElementById("qcloud_nginx_row");
... ...
... ... @@ -104,7 +104,7 @@
type: "post",
dataType: "json",
data: {
type: "qcloud"
type: "qc"
},
success: function (response) {
alert(response)
... ... @@ -126,7 +126,7 @@
type: "post",
dataType: "json",
data: {
type: "qcloud"
type: "qc"
},
success: function (response) {
updatePieService(response.data)
... ... @@ -146,7 +146,7 @@
type: "post",
dataType: "json",
data: {
type: "qcloud"
type: "qc"
},
success: function (response) {
updatePieError(response.data)
... ... @@ -217,7 +217,7 @@
{
url: contextPath + "nginx/apiTab",
queryParams : {
type: "qcloud"
type: "qc"
}, //调用url传递的参数
method : "POST", //提交方式
striped: true,
... ... @@ -326,7 +326,7 @@
{
url: contextPath + "nginx/serviceTab",
queryParams : {
type: "qcloud"
type: "qc"
}, //调用url传递的参数
method : "POST", //提交方式
striped: true,
... ... @@ -432,7 +432,7 @@
{
url: contextPath + "nginx/errTab",
queryParams : {
type: "qcloud"
type: "qc"
}, //调用url传递的参数
method : "POST",
striped: true,
... ...