Explorar el Código

尝试调试企业微信的人员字符串

Lijy hace 2 años
padre
commit
2e51778afd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/index.html

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/index.html

@@ -108,5 +108,8 @@
         <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script>
         <!-- 引入echarts -->
         <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script>
+        <!-- 引入企业微信js -->
+        <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js" referrerpolicy="origin"></script>
+        <script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js" referrerpolicy="origin"></script>
     </body>
 </html>