Authored by whb

注册修改配置

@@ -12,7 +12,18 @@ @@ -12,7 +12,18 @@
12 <!-- [if (gte IE 6)&(lte IE 8)> 12 <!-- [if (gte IE 6)&(lte IE 8)>
13 <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> 13 <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
14 <![endif]--> 14 <![endif]-->
  15 + {{#if rlsEnv}}
  16 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  17 + {{/if}}
  18 + {{#if preEnv}}
  19 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  20 + {{/if}}
  21 + {{#if testEnv}}
  22 + <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
  23 + {{/if}}
  24 + {{#if devEnv}}
15 <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css"> 25 <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
  26 + {{/if}}
16 </head> 27 </head>
17 <body> 28 <body>
18 {{# simpleHeader}} 29 {{# simpleHeader}}