|
@@ -194,14 +194,13 @@ func (c *VerifyTemplateController) Up() {
|
|
|
}
|
|
|
T_deploy = string(deploy)
|
|
|
} else {
|
|
|
- err := json.Unmarshal([]byte(r.T_deploy), &deployList)
|
|
|
+ err := json.Unmarshal([]byte(T_deploy), &deployList)
|
|
|
if err != nil {
|
|
|
logs.Error("JSON 反序列化失败:", err)
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
r.T_deploy = T_deploy
|
|
|
-
|
|
|
}
|
|
|
if T_sort_err == nil {
|
|
|
r.T_sort = T_sort
|