Commit 661657bc by Joey

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

parent bcf34ef9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
export default { export default {
data() { data() {
return { return {
version: '', version: '财务信息化网上报销子系统版本:机密 V1.0.1',
} }
}, },
mounted() { mounted() {
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
let times = new Date().getTime() let times = new Date().getTime()
appStoreServer.get(`${window.NROS_PREFIX || '/'}version.json?times=`+times).then((res) => { appStoreServer.get(`${window.NROS_PREFIX || '/'}version.json?times=`+times).then((res) => {
console.log(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