Browse Source

去掉写死的路径

fei.li 4 years ago
parent
commit
8eb2a8b0e5
2 changed files with 0 additions and 1 deletions
  1. 0 1
      client/engineclient.go
  2. 0 0
      hanhua_background_proj/hanhua_background_temp.xml

+ 0 - 1
client/engineclient.go

@@ -244,7 +244,6 @@ func (c *EngineClient) GenSwagger(xmlfile string) {
 func (c *EngineClient) MergeXmlToSingle() string {
 	path, _ := utils.GetCurrentPath()
 	// e.g.: c:/gopath/src/hanghua_background_proj
-	path = "D:\\dev\\Go\\go_path\\src\\i2-erp-backend\\"
 	projDir := fmt.Sprintf("%s%s.proj", path, c.ProjectName)
 	projMainXmlFile := projDir + "/" + c.ProjectName + ".xml"
 	projMainXmlFileTemp := projDir + "/" + c.ProjectName + "_temp.xml"

+ 0 - 0
hanhua_background_proj/hanhua_background_temp.xml