Browse Source

区分正式和测试

laiguoran 4 years ago
parent
commit
063e1b49a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/view/layout/layout.ejs

+ 0 - 1
app/view/layout/layout.ejs

@@ -6,7 +6,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <title><%= ctx.menu.name === undefined ? '主页' : ctx.menu.name %>-计量支付</title>
     <link rel="stylesheet" href="/public/css/bootstrap/bootstrap.min.css">
-    <% console.log(ctx.request.host) %>
     <% if (ctx.request.host.indexOf('jlqa') !== -1 || ctx.request.host.indexOf('jluat') !== -1 || ctx.request.host === '127.0.0.1:7002') { %>
     <link rel="stylesheet" href="/public/css/main_s.css">
     <% } else { %>