Authored by 毕凯

JS 地址

... ... @@ -16,8 +16,8 @@
<script src="//cdn.yoho.cn/myohobuy/{{version}}/index-debug.js?v={{version}}"></script>
{{/if}}
{{#if devEnv}}
<script src="//localhost:8000/static/js/sea.js?nowrap"></script>
<script>seajs.config({base: '//localhost:8000/'});</script>
<script src="//127.0.0.1:8000/static/js/sea.js?nowrap"></script>
<script>seajs.config({base: '//127.0.0.1:8000/'});</script>
{{/if}}
{{> layout/use}}
{{> layout/analysis}}
... ...