From 745815f637e5385b2cbc23a6ae02401bb8b6c675 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 08 三月 2025 14:22:36 +0800
Subject: [PATCH] 详情页面优化

---
 tsconfig.json |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 9472c20..6329d8e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,11 +2,13 @@
   "$schema": "https://json.schemastore.org/tsconfig",
   "extends": "@vben/ts-config/vue-app.json",
   "compilerOptions": {
+    "target": "ES2020",
+    "jsx":"preserve",
     "baseUrl": ".",
-    "types": ["vite/client", "unplugin-vue-define-options/macros-global"],
+    "declaration": false,
+    "types": ["vite/client"],
     "paths": {
       "/@/*": ["src/*"],
-      "/#/*": ["types/*"],
       "@/*": ["src/*"],
       "#/*": ["types/*"]
     }
@@ -23,6 +25,6 @@
     "build/**/*.d.ts",
     "mock/**/*.ts",
     "vite.config.ts"
-  ],
+, "src/router/routes/modules/erpprodinbth.bak"  ],
   "exclude": ["node_modules", "tests/server/**/*.ts", "dist", "**/*.js"]
 }

--
Gitblit v1.9.3