Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,8 +8,8 @@ | @@ -8,8 +8,8 @@ | ||
8 | <script src="http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"></script> | 8 | <script src="http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"></script> |
9 | {{/if}} | 9 | {{/if}} |
10 | {{#if testEnv}} | 10 | {{#if testEnv}} |
11 | - <script src="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/lib.js"></script> | ||
12 | - <script src="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index-debug.js"></script> | 11 | + <script src="http://cdn.yoho.cn/yohobuy/{{version}}/lib.js"></script> |
12 | + <script src="http://cdn.yoho.cn/yohobuy/{{version}}/index-debug.js"></script> | ||
13 | {{/if}} | 13 | {{/if}} |
14 | {{#if devEnv}} | 14 | {{#if devEnv}} |
15 | <script src="http://localhost:8001/static/js/sea.js?nowrap"></script> | 15 | <script src="http://localhost:8001/static/js/sea.js?nowrap"></script> |
-
Please register or login to post a comment