|
@@ -353,9 +353,6 @@ async function searchPositions(param) {
|
|
|
|
|
|
//相对路径存放
|
|
|
var appPath = config.filePath + "/" + app.id + "/" + strategyName + "/" + programName
|
|
|
-
|
|
|
- const args = ['--config=' + configPath, '--port=' + app.port]
|
|
|
- app.childProcess = spawn(command, args)
|
|
|
const asName = appPath + "/" + newAppName
|
|
|
const configPath = appPath + "/" + configName
|
|
|
const appPort = app.port
|