Browse Source

feat: 引入静态资源

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 year ago
parent
commit
ff9df8d642
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/web/templates/frontRouter/pc/docs/sess/index.html

+ 2 - 0
src/web/templates/frontRouter/pc/docs/sess/index.html

@@ -42,6 +42,7 @@
       }
     </script>
     <link href='{{Msg "seo" "cdn"}}/common-module/pc-dialog/css/collect-user-info.css' rel="stylesheet" type="text/css"/>
+    <link href='{{Msg "seo" "cdn"}}/common-module/pc-dialog/css/leave-info-dialog.css' rel="stylesheet" type="text/css"/>
     <link rel="preload" href="https://cdn-common.jianyu360.com/cdn/lib/single-spa/4.3.7/lib/system/single-spa.min.js" as="script" crossorigin="anonymous" />
     <link rel="preload" href="https://cdn-common.jianyu360.com/cdn/lib/vue/2.6.11/vue.min.js" as="script" crossorigin="anonymous" />
     <script src="https://cdn-common.jianyu360.com/cdn/lib/import-map-overrides/2.2.0/dist/import-map-overrides.js"></script>
@@ -76,6 +77,7 @@
 <body class="page--docs--index">
 {{include "/site/common/pc-school-head.html"}}
 <!-- S-注入  -->
+<div id="vue-collect-user-info"></div>
 <div class="w-box page-container">
     <div class="w1200">
         <div id="single-spa-app"></div>