Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | {{/if}} | 13 | {{/if}} |
14 | {{#if testEnv}} | 14 | {{#if testEnv}} |
15 | <script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/lib.js"></script> | 15 | <script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/lib.js"></script> |
16 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/index.js"></script> | 16 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/index-debug.js"></script> |
17 | {{/if}} | 17 | {{/if}} |
18 | {{#if devEnv}} | 18 | {{#if devEnv}} |
19 | <script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | 19 | <script src="http://localhost:8000/static/js/sea.js?nowrap"></script> |
-
Please register or login to post a comment