Showing
1 changed file
with
2 additions
and
2 deletions
@@ -12,8 +12,8 @@ | @@ -12,8 +12,8 @@ | ||
12 | <script src="http://cdn.yoho.cn/myohobuy/{{version}}/index.js"></script> | 12 | <script src="http://cdn.yoho.cn/myohobuy/{{version}}/index.js"></script> |
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> | ||
16 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/{{version}}/index-debug.js"></script> | 15 | +<script src="http://cdn.yoho.cn/myohobuy/{{version}}/lib.js"></script> |
16 | +<script src="http://cdn.yoho.cn/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