...
|
...
|
@@ -17,16 +17,17 @@ |
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="//localhost:3000/css/index.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" href="//cdn.yoho.cn/mYohobuy/{{version}}/index.css">
|
|
|
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
<body>
|
|
|
{{> header}}
|
|
|
{{{body}}}
|
|
|
{{> footer}}
|
|
|
{{#if devEnv}}
|
|
|
<script src="//localhost:8000/{{module}}.{{page}}.js"></script>
|
|
|
{{^}}
|
|
|
<script src="//cdn.yoho.cn/{{module}}.{{page}}.js"></script>
|
|
|
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
|
|
|
{{/if}}
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|