From cbf9f9f982396de5eb4fa2a9e228adf4009bf4ee Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 25 八月 2023 22:40:49 +0800
Subject: [PATCH] 首页离线文件bug

---
 Source/UBCS-WEB/src/components/FormTemplate/index.vue |    1 -
 Source/UBCS-WEB/public/index.html                     |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/public/index.html b/Source/UBCS-WEB/public/index.html
index a43a165..05a1476 100644
--- a/Source/UBCS-WEB/public/index.html
+++ b/Source/UBCS-WEB/public/index.html
@@ -19,8 +19,8 @@
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
   <link rel="icon" href="<%= BASE_URL %>favicon.png">
-  <script src="https://cdn.staticfile.org/FileSaver.js/2014-11-29/FileSaver.min.js"></script>
-  <script src="https://cdn.staticfile.org/xlsx/0.18.2/xlsx.full.min.js"></script>
+<!--  <script src="https://cdn.staticfile.org/FileSaver.js/2014-11-29/FileSaver.min.js"></script>-->
+<!--  <script src="https://cdn.staticfile.org/xlsx/0.18.2/xlsx.full.min.js"></script>-->
   <title>ubcs浼佷笟骞冲彴</title>
   <style>
     html,
diff --git a/Source/UBCS-WEB/src/components/FormTemplate/index.vue b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
index 69e0bc2..dcdfb1b 100644
--- a/Source/UBCS-WEB/src/components/FormTemplate/index.vue
+++ b/Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -275,7 +275,6 @@
             "coderefersec",
             //灞炴�х爜娈�
             "codeattrsec",
-            // "codelevelsec",
             //鏃ユ湡鐮佹
             "codedatesec",
           ];

--
Gitblit v1.9.3