Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy-node into develop
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | {{#if devEnv}} | 17 | {{#if devEnv}} |
18 | <link rel="stylesheet" href="//localhost:5002/css/index.css"> | 18 | <link rel="stylesheet" href="//localhost:5002/css/index.css"> |
19 | {{^}} | 19 | {{^}} |
20 | - <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> | 20 | + <link rel="stylesheet" href="//cdn.yoho.cn/yohobuy-node/{{version}}/index.css"> |
21 | {{/if}} | 21 | {{/if}} |
22 | </head> | 22 | </head> |
23 | <body> | 23 | <body> |
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | {{#if devEnv}} | 31 | {{#if devEnv}} |
32 | <script src="//localhost:5002/{{module}}.{{page}}.js"></script> | 32 | <script src="//localhost:5002/{{module}}.{{page}}.js"></script> |
33 | {{^}} | 33 | {{^}} |
34 | - <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script> | 34 | + <script src="//cdn.yoho.cn/yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script> |
35 | {{/if}} | 35 | {{/if}} |
36 | </body> | 36 | </body> |
37 | </html> | 37 | </html> |
-
Please register or login to post a comment