Showing
1 changed file
with
2 additions
and
2 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 | seajs.use('js/{{modulePath}}'); | 7 | seajs.use('js/{{modulePath}}'); |
8 | </script> | 8 | </script> |
-
Please register or login to post a comment