...
|
...
|
@@ -19,18 +19,7 @@ |
|
|
<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
|
|
|
<script>seajs.config({base: 'http://localhost:8000/'});</script>
|
|
|
{{/if}}
|
|
|
<script type="text/javascript">
|
|
|
(function(w,d,s,j,f){
|
|
|
w['YohoAcquisitionObject']=f;
|
|
|
w[f]=function(){w[f].p=arguments;};
|
|
|
var a=d.createElement(s);
|
|
|
var m=d.getElementsByTagName(s)[0];
|
|
|
a.async=1;
|
|
|
a.src=j;
|
|
|
m.parentNode.insertBefore(a,m);
|
|
|
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/{{yas_version}}/yas.js','_yas');
|
|
|
</script>
|
|
|
{{> layout/use}}
|
|
|
{{> layout/use}}
|
|
|
{{> layout/analysis}}
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|