From 33cfd98ade48640b6134a7a3376c7131a4760033 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 03 三月 2025 11:39:21 +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