From 79c67edac2ffaed1e7e01ab2333185d530e3d3bb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 05 三月 2025 09:20:56 +0800
Subject: [PATCH] 原材料季度检验查看报告,页面接口都无响应
---
vue.config.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index 14e2478..018c3bb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -59,6 +59,19 @@
"@": resolve("src"),
},
},
+ module: {
+ rules: [
+ {
+ test: /\.worker\.js$/,
+ use: {
+ loader: "worker-loader",
+ options: {
+ inline: "fallback",
+ },
+ },
+ },
+ ],
+ },
plugins: [
// http://doc.ruoyi.vip/ruoyi-vue/other/faq.html#浣跨敤gzip瑙e帇缂╅潤鎬佹枃浠�
new CompressionPlugin({
--
Gitblit v1.9.3