소스 검색

更新

master
huangjiajun 18 시간 전
부모
커밋
0799049570
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
app/hdl/hdl_set_center.go 파일 보기

@@ -35,7 +35,7 @@ func ShareIndex(c *gin.Context) {
user := svc.GetUser(c)
e.OutSuc(c, md.ShareIndexResp{
MasterId: masterId,
MediumDomain: mediumDomain + "?agent_id=" + utils.IntToStr(user.AgentId),
MediumDomain: mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId),
}, nil)
return
}

불러오는 중...
취소
저장