Authored by xuqi

modify footer

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>