Commit 259a90f6 authored by leiqingsong's avatar leiqingsong

测试环境版本更新

parent 564d8a20
......@@ -106,7 +106,7 @@ export default {
versionUpdate(this.version.substr(2)).then(res => {
this.versionShow = true;
if (res.code == 1) {
this.updateResult = res.data;
this.updateResult = res.message;
this.needUpdate = false;
} else if (res.code == 0) {
this.downAppUrl = res.data;
......@@ -247,5 +247,6 @@ export default {
width: 90%;
font-size: 18px;
word-break: break-all;
text-align: center;
}
</style>
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