mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 06:16:44 +08:00
首页怎么判断只有登录的时候 调取项目列表接口
This commit is contained in:
@@ -127,7 +127,9 @@ export default {
|
|||||||
mounted(){
|
mounted(){
|
||||||
this.homeConfigGBC()
|
this.homeConfigGBC()
|
||||||
this.setMarginTop()
|
this.setMarginTop()
|
||||||
this.gbcProjectList()
|
if(this.$route.query.isFrom == 'login') {
|
||||||
|
this.gbcProjectList()
|
||||||
|
}
|
||||||
this.getAgentInfo()
|
this.getAgentInfo()
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
|||||||
Reference in New Issue
Block a user