header.html 279 Bytes
{{#if _env}}
{{#if _env.development}}
<link rel="stylesheet" type="text/css" href="/dist/index.css">
{{else}}
<link rel="stylesheet" href="{{../_env.cur.path}}/index.css">
{{/if}}
{{/if}}
<!-- 
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy-portal/0.0.2/index.css"> -->