|
@@ -84,7 +84,7 @@
|
|
|
UpdateContent: '',
|
|
UpdateContent: '',
|
|
|
fileList: [],
|
|
fileList: [],
|
|
|
upload: {
|
|
upload: {
|
|
|
- version: '1.1.0',
|
|
|
|
|
|
|
+ version: '1.3.0',
|
|
|
updateContent: '基础功能',
|
|
updateContent: '基础功能',
|
|
|
file: [],
|
|
file: [],
|
|
|
}
|
|
}
|
|
@@ -135,6 +135,9 @@
|
|
|
that.CreatedAt = json.VueFramework.CreatedAt;
|
|
that.CreatedAt = json.VueFramework.CreatedAt;
|
|
|
that.FileName = json.VueFramework.FileName;
|
|
that.FileName = json.VueFramework.FileName;
|
|
|
that.UpdateContent = json.VueFramework.UpdateContent;
|
|
that.UpdateContent = json.VueFramework.UpdateContent;
|
|
|
|
|
+
|
|
|
|
|
+ // 读取上一个版本
|
|
|
|
|
+ that.upload.version = json.VueFramework.Version;
|
|
|
} else {
|
|
} else {
|
|
|
console.log(json.Memo);
|
|
console.log(json.Memo);
|
|
|
}
|
|
}
|