Explorar el Código

更新

master
huangjiajun hace 18 horas
padre
commit
0799049570
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/hdl/hdl_set_center.go

+ 1
- 1
app/hdl/hdl_set_center.go Ver fichero

@@ -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
}

Cargando…
Cancelar
Guardar