Commit b2391c03 authored by rockyl's avatar rockyl

修复env丢失的问题

parent d8a0321a
...@@ -60,7 +60,6 @@ function fillTpl(data, params) { ...@@ -60,7 +60,6 @@ function fillTpl(data, params) {
delete options.newTpl; delete options.newTpl;
delete options.tpl; delete options.tpl;
delete options.env;
delete options.projectxConfig; delete options.projectxConfig;
delete options.pxEnv; delete options.pxEnv;
......
This diff is collapsed.
...@@ -66,7 +66,6 @@ function fillTpl(data, params) { ...@@ -66,7 +66,6 @@ function fillTpl(data, params) {
delete options.newTpl; delete options.newTpl;
delete options.tpl; delete options.tpl;
delete options.env;
delete options.projectxConfig; delete options.projectxConfig;
delete options.pxEnv; delete options.pxEnv;
......
This diff is collapsed.
...@@ -64,7 +64,6 @@ ...@@ -64,7 +64,6 @@
delete options.newTpl; delete options.newTpl;
delete options.tpl; delete options.tpl;
delete options.env;
delete options.projectxConfig; delete options.projectxConfig;
delete options.pxEnv; delete options.pxEnv;
......
This diff is collapsed.
...@@ -34,7 +34,6 @@ export function fillTpl(data, params) { ...@@ -34,7 +34,6 @@ export function fillTpl(data, params) {
delete options.newTpl; delete options.newTpl;
delete options.tpl; delete options.tpl;
delete options.env;
delete options.projectxConfig; delete options.projectxConfig;
delete options.pxEnv; delete options.pxEnv;
......
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