@@ -119,7 +119,7 @@
computed:{
appVersion: function () {
if (this.curVersion) {
- return 'V' + this.curVersion
+ return this.curVersion
} else {
return ''
}