Commit 22b79f76 by 乔延琦

Merge branch 'develop-zhouyi' into 'develop'

feat(@rbc/welcome-page): 系统版本默认文字

See merge request GFP/RBC/rbc-frontend!82
parents be35de58 661657bc
......@@ -6,7 +6,7 @@
export default {
data() {
return {
version: '',
version: '财务信息化网上报销子系统版本:机密 V1.0.1',
}
},
mounted() {
......@@ -16,7 +16,7 @@ export default {
let times = new Date().getTime()
appStoreServer.get(`${window.NROS_PREFIX || '/'}version.json?times=`+times).then((res) => {
console.log(res)
this.version = res && res.data && res.data.rbcVersion
this.version = res && res.data && res.data.rbcVersion || this.version
})
}
}
......
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