Showing
2 changed files
with
3 additions
and
3 deletions
1 | {{> layout/page_footer}} | 1 | {{> layout/page_footer}} |
2 | -<script src="http://172.16.6.248:8000/static/js/sea.js?nowrap"></script> | 2 | +<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> |
3 | <script> | 3 | <script> |
4 | seajs.config({ | 4 | seajs.config({ |
5 | - base: 'http://172.16.6.248:8000' | 5 | + base: 'http://localhost:8000/' |
6 | }); | 6 | }); |
7 | </script> | 7 | </script> |
8 | {{> layout/use}} | 8 | {{> layout/use}} |
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | }()); | 22 | }()); |
23 | })(document, window); | 23 | })(document, window); |
24 | </script> | 24 | </script> |
25 | - <link rel="stylesheet" href="http://172.16.6.248:8088/css/index.css"> | 25 | + <link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> |
26 | </head> | 26 | </head> |
27 | <body {{#if isPassportPage}}class=passport-body{{/if}}> | 27 | <body {{#if isPassportPage}}class=passport-body{{/if}}> |
28 | {{> layout/page_header}} | 28 | {{> layout/page_header}} |
-
Please register or login to post a comment