Authored by xuqi

layout change

... ... @@ -3,7 +3,7 @@
seajs.config({
base: 'http://172.16.6.248:8000'
});
seajs.use('js/index');
seajs.use('js/{{modulePath}}');
</script>
</body>
</html>
\ No newline at end of file
... ...
... ... @@ -25,4 +25,4 @@
</script>
<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
</head>
<body>
\ No newline at end of file
<body {{#if isPassportPage}}class=passport-body{{/if}}>
\ No newline at end of file
... ...