...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
{{/if}}
|
|
|
{{#if testEnv}}
|
|
|
<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/lib.js"></script>
|
|
|
<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/index.js"></script>
|
|
|
<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/index-debug.js"></script>
|
|
|
{{/if}}
|
|
|
{{#if devEnv}}
|
|
|
<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
|
...
|
...
|
|