瀏覽代碼

修复打包错误

JXDS18FUJT 1 年之前
父節點
當前提交
bd0ffa5967
共有 4 個文件被更改,包括 356 次插入412 次删除
  1. 352 410
      package-lock.json
  2. 1 0
      package.json
  3. 1 1
      src/views/examRoadVideo/index.tsx
  4. 2 1
      tsconfig.json

文件差異過大導致無法顯示
+ 352 - 410
package-lock.json


+ 1 - 0
package.json

@@ -11,6 +11,7 @@
     "@ahooksjs/use-request": "^2.8.3",
     "@types/react-router-dom": "^5.1.7",
     "antd": "^4.12.3",
+    "antd-mobile-icons": "^0.3.0",
     "autoprefixer": "^10.4.13",
     "axios": "^0.21.4",
     "pdfjs-dist": "^2.12.313",

+ 1 - 1
src/views/examRoadVideo/index.tsx

@@ -183,7 +183,7 @@ export const ExamRoadVideo: React.FC = (props: any) => {
               }}
 
               value={county.county}
-              readOnly
+
               placeholder="区"
               className="header-area"
               type="text"

+ 2 - 1
tsconfig.json

@@ -5,7 +5,7 @@
     "lib": ["DOM", "DOM.Iterable", "ESNext"],
     "types": ["vite/client"],
     "allowJs": false,
-    "skipLibCheck": false,
+    "skipLibCheck": true,
     "esModuleInterop": false,
     "allowSyntheticDefaultImports": true,
     "strict": true,
@@ -15,6 +15,7 @@
     "resolveJsonModule": true,
     "isolatedModules": true,
     "noEmit": true,
+    
     "paths": {
       "~/*": [
         "src/*"

部分文件因文件數量過多而無法顯示