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