...
|
...
|
@@ -17,7 +17,7 @@ |
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="//localhost:5002/css/index.css">
|
|
|
{{^}}
|
|
|
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
|
|
|
<link rel="stylesheet" href="//cdn.yoho.cn/yohobuy-node/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
<body>
|
...
|
...
|
@@ -31,7 +31,7 @@ |
|
|
{{#if devEnv}}
|
|
|
<script src="//localhost:5002/{{module}}.{{page}}.js"></script>
|
|
|
{{^}}
|
|
|
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
|
|
|
<script src="//cdn.yoho.cn/yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
|
|
|
{{/if}}
|
|
|
</body>
|
|
|
</html> |
...
|
...
|
|