Commit 580533c1 by 王昆

piajubao

parent 7a327963
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"type": "node", "type": "node",
"request": "launch", "request": "launch",
"name": "Launch Program", "name": "Launch Program",
"program": "${workspaceFolder}/xgg-admin/main.js" "program": "${workspaceFolder}/xggpjb-admin/main.js"
} }
] ]
} }
\ No newline at end of file
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2 FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-admin /apps/xgg-admin/ ADD xggpjb-admin /apps/xggpjb-admin/
WORKDIR /apps/xgg-admin/ WORKDIR /apps/xggpjb-admin/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/xgg-admin/main.js"] CMD ["node","/apps/xggpjb-admin/main.js"]
......
...@@ -205,7 +205,7 @@ class ServiceBase { ...@@ -205,7 +205,7 @@ class ServiceBase {
} }
try { try {
var params = { var params = {
"action_process": "xgg-admin", "action_process": "xgg-xggpjb",
"action_type": apiName, "action_type": apiName,
"action_body": params || {}, "action_body": params || {},
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment