Showing
1 changed file
with
2 additions
and
2 deletions
@@ -16,8 +16,8 @@ | @@ -16,8 +16,8 @@ | ||
16 | <script src="//cdn.yoho.cn/myohobuy/{{version}}/index-debug.js?v={{version}}"></script> | 16 | <script src="//cdn.yoho.cn/myohobuy/{{version}}/index-debug.js?v={{version}}"></script> |
17 | {{/if}} | 17 | {{/if}} |
18 | {{#if devEnv}} | 18 | {{#if devEnv}} |
19 | -<script src="//localhost:8000/static/js/sea.js?nowrap"></script> | ||
20 | -<script>seajs.config({base: '//localhost:8000/'});</script> | 19 | +<script src="//127.0.0.1:8000/static/js/sea.js?nowrap"></script> |
20 | +<script>seajs.config({base: '//127.0.0.1:8000/'});</script> | ||
21 | {{/if}} | 21 | {{/if}} |
22 | {{> layout/use}} | 22 | {{> layout/use}} |
23 | {{> layout/analysis}} | 23 | {{> layout/analysis}} |
-
Please register or login to post a comment