Browse Source

fix undef

lushuncheng 6 years ago
parent
commit
346d1e89f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      middleware/initialize.js

+ 1 - 0
middleware/initialize.js

@@ -42,6 +42,7 @@ export default function(context) {
   let jishuinUrl = "";
   let rooterUrl = "";
   let siteUrl = "";
+  console.log(groups);
   if (groups) {
     let { branch, env, port } = groups;
     switch (env) {