...
|
...
|
@@ -35,7 +35,11 @@ |
|
|
{{#ifor localCss vue}}
|
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/{{module}}.{{page}}.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/index.css">
|
|
|
{{#if shopPage}}
|
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/shop.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/index.css">
|
|
|
{{/if}}
|
|
|
{{/ifor}}
|
|
|
{{^}}
|
|
|
|
...
|
...
|
@@ -45,7 +49,11 @@ |
|
|
{{#ifor localCss vue}}
|
|
|
<link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
|
|
|
{{#if shopPage}}
|
|
|
<link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/shop.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{/ifor}}
|
|
|
{{/if}}
|
|
|
<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
|
...
|
...
|
|