Commit cecb7c07 authored by 程卓's avatar 程卓

123

parent 9e3a937d
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
url: this.$api.GET_PROJECT, url: this.$api.GET_PROJECT,
}).then(res => { }).then(res => {
if (res.code==200) { if (res.code==200) {
document.title = this.$com.confirm(res, 'data.content.prjName', []) // document.title = this.$com.confirm(res, 'data.content.prjName', [])
// this.logoName = this.$com.confirm(res, 'data.content.prjName', []) || '系统登录' // this.logoName = this.$com.confirm(res, 'data.content.prjName', []) || '系统登录'
} }
}) })
......
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