Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2272/head
zouap 3 years ago
parent
commit
7bfd1aeb8a
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      templates/base/footer.tmpl
  2. +1
    -1
      templates/home.tmpl

+ 1
- 2
templates/base/footer.tmpl View File

@@ -42,8 +42,7 @@
{{template "custom/footer" .}} {{template "custom/footer" .}}
{{if .PageIsHome}} {{if .PageIsHome}}
<script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.particleground/jquery.particleground.min.js"></script> <script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.particleground/jquery.particleground.min.js"></script>
<!-- rotation3D
<script src="/rotation3D/jquery-3.5.0.min.js"></script>-->
<script src="/rotation3D/jquery-3.5.0.min.js"></script>
<script src="/rotation3D/vue-2.6.10.min.js"></script> <script src="/rotation3D/vue-2.6.10.min.js"></script>
<script src="/rotation3D/rotation3D.js"></script> <script src="/rotation3D/rotation3D.js"></script>
<script> <script>


+ 1
- 1
templates/home.tmpl View File

@@ -226,7 +226,7 @@
</div> </div>
</div> </div>
<div class="am-mt-30"></div> <div class="am-mt-30"></div>
<script src="/self/js/jquery.min.js" type="text/javascript"></script>
<!--<script src="/self/js/jquery.min.js" type="text/javascript"></script>-->
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script> <script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>






Loading…
Cancel
Save