You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

tech_view.tmpl 268 B

12345
  1. {{template "base/head_home" .}}
  2. <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/vp-tech-techview.css?v={{MD5 AppVer}}" />
  3. <div id="__vue-root"></div>
  4. <script src="{{StaticUrlPrefix}}/js/vp-tech-techview.js?v={{MD5 AppVer}}"></script>
  5. {{template "base/footer" .}}