Commit dce33a40 authored by leiqingsong's avatar leiqingsong

部署测试环境

parent f3f3b9f9
......@@ -102,7 +102,7 @@ export default {
}
},
updateVersion() {
versionUpdate(this.version).then(res => {
versionUpdate(this.version.substr(2)).then(res => {
this.versionShow = true;
if (res.data === "当前已是最新版本!") {
this.updateResult = res.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment