Lijy hace 1 año
padre
commit
6e5a6c0e13
Se han modificado 1 ficheros con 20 adiciones y 20 borrados
  1. 20 20
      fhKeeper/formulahousekeeper/timesheet/index.html

+ 20 - 20
fhKeeper/formulahousekeeper/timesheet/index.html

@@ -11,11 +11,11 @@
         <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"/>
         <link href="./static/css/public.css" rel="stylesheet" type="text/css"/>
         <!-- 引入样式 -->
-        <!-- <link href="https://cdn.staticfile.org/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet"> -->
-        <link rel="stylesheet" href="./static/js/element-uiCss.css">
+        <link href="https://cdn.staticfile.org/element-ui/2.13.0/theme-chalk/index.css" rel="stylesheet">
+        <!-- <link rel="stylesheet" href="./static/js/element-uiCss.css"> -->
         <!-- 接入JQ  -->
-        <!-- <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script> -->
-        <script src="./static/js/jquery.min.js"></script>
+        <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
+        <!-- <script src="./static/js/jquery.min.js"></script> -->
         <style>
             /* 滚动条样式修改 */
             /*滚动条凹槽的颜色,还可以设置边框属性 */
@@ -111,8 +111,8 @@
         if (isProductEnv) {    !(function(c,i,e,b){var h=i.createElement("script");var f=i.getElementsByTagName("script")[0];h.type="text/javascript";h.crossorigin=true;h.onload=function(){c[b]||(c[b]=new c.wpkReporter({bid:"dta_2_71020"}));c[b].installAll()};f.parentNode.insertBefore(h,f);h.src=e})(window,document,"https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js","__wpk"); }</script> -->
     </head>
     <!-- 接入飞书 -->
-    <!-- <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script> -->
-    <script src="./static/js/goofy.js"></script>
+    <script type="text/javascript" src="https://lf1-cdn-tos.bytegoofy.com/goofy/lark/op/h5-js-sdk-1.5.16.js"></script>
+    <!-- <script src="./static/js/goofy.js"></script> -->
     <!-- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
     <script>
         var vConsole = new window.VConsole();
@@ -126,24 +126,24 @@
             }
         </script>
         <!-- 引入Vue.js -->
-        <!-- <script src="https://cdn.staticfile.org/vue/2.6.10/vue.min.js"></script> -->
-        <script src="./static/js/vue.min.js"></script>
+        <script src="https://cdn.staticfile.org/vue/2.6.10/vue.min.js"></script>
+        <!-- <script src="./static/js/vue.min.js"></script> -->
         <!-- 引入vuex.js -->
-        <!-- <script src="https://cdn.staticfile.org/vuex/3.0.0/vuex.min.js"></script> -->
-        <script src="./static/js/vuex.min.js"></script>
+        <script src="https://cdn.staticfile.org/vuex/3.0.0/vuex.min.js"></script>
+        <!-- <script src="./static/js/vuex.min.js"></script> -->
         <!-- 引入vue-router -->
-        <!-- <script src="https://cdn.staticfile.org/vue-router/3.0.0/vue-router.min.js"></script> -->
-        <script src="./static/js/vue-router.min.js"></script>
+        <script src="https://cdn.staticfile.org/vue-router/3.0.0/vue-router.min.js"></script>
+        <!-- <script src="./static/js/vue-router.min.js"></script> -->
         <!-- 引入组件库 -->
-        <!-- <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script> -->
-        <script src="./static/js/element-ui.js"></script>
+        <script src="https://cdn.staticfile.org/element-ui/2.13.0/index.js"></script>
+        <!-- <script src="./static/js/element-ui.js"></script> -->
         <!-- 引入echarts -->
-        <!-- <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script> -->
-        <script src="./static/js/echarts.min.js"></script>
+        <script src="https://cdn.staticfile.org/echarts/3.8.5/echarts.min.js"></script>
+        <!-- <script src="./static/js/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> -->
-        <script src="./static/js/jweixin-1.2.0.js"></script>
-        <script src="./static/js/jwxwork-1.0.0.js"></script>
+        <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>
+        <!-- <script src="./static/js/jweixin-1.2.0.js"></script>
+        <script src="./static/js/jwxwork-1.0.0.js"></script> -->
     </body>
 </html>