Browse Source

feat:调整

fuwencai 1 year ago
parent
commit
84ae92bdec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpc/service/datasmt.go

+ 1 - 1
rpc/service/datasmt.go

@@ -104,7 +104,7 @@ func (d *DataSmt) Detail(id string) *pb.DatasmtRespDetail {
 					Code:        v.Code,
 					Name:        v.Name,
 					Describe:    v.Describe,
-					Application: v.Application,
+					Application: config.C.DataSmt.ResUrl + v.Application,
 				}
 			}
 		}