提交 3425b686 authored 作者: lihuihui's avatar lihuihui

修改server host 修改办事大厅问题

上级 1eb19f81
......@@ -283,7 +283,9 @@ export default {
},
// 新增
golearningAdd(url) {
this.$router.push({ path: url, query: { id: this.affairId } })
if (this.affairId) {
this.$router.push({ path: url, query: { id: this.affairId } })
}
},
// 列表接口请求之前
tableListbeforeRequest(params) {
......@@ -291,7 +293,7 @@ export default {
return params
}
},
beforeMount() {
created() {
this.getTapData()
}
}
......
......@@ -8,7 +8,7 @@ if (state === 'test') {
} else if (state === 'production') {
conf.agentApiUrl = 'https://zapi.ezijing.com/'
conf.apiKey = 'mwLyCymyEVCcKTn7nKDjYIMPBwScbugX'
conf.host = 'lms-api.ezijing.com'
conf.host = 'lms.lvs.service'
}
global.app = null
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论