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.

point.tmpl 248 B

3 years ago
123456
  1. {{template "base/head" .}}
  2. <link rel="stylesheet" href="{{StaticUrlPrefix}}/css/vp-point.css?v={{MD5 AppVer}}" />
  3. <div id="__vue-root">
  4. </div>
  5. <script src="{{StaticUrlPrefix}}/js/vp-point.js?v={{MD5 AppVer}}"></script>
  6. {{template "base/footer" .}}