Commit 2232c4e4 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

Dev lqs

See merge request !145
parents e1abf1ac dae2c033
...@@ -102,7 +102,7 @@ export default { ...@@ -102,7 +102,7 @@ export default {
} }
}, },
updateVersion() { updateVersion() {
versionUpdate(this.version).then(res => { versionUpdate(this.version.substr(2)).then(res => {
this.versionShow = true; this.versionShow = true;
if (res.data === "当前已是最新版本!") { if (res.data === "当前已是最新版本!") {
this.updateResult = 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