From 1ae987d882c1d67c0ee11c40af05d311df9e214b Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 23 七月 2025 15:25:55 +0800
Subject: [PATCH] 需求改动

---
 vue.config.js |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 5716f5e..216ad92 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,7 +1,7 @@
 
-// module.exports = {
+module.exports = {
 //     /**
-//      *  姝ゅ涓哄彂琛宧5,寰俊灏忕▼搴忥紝app涓垹闄onsole 
+//      *  姝ゅ涓哄彂琛宧5,寰俊灏忕▼搴忥紝app涓垹闄onsole
 //      *  濡傞渶鏄剧ずconsole 闇�瑕佹敞閲婃澶勯噸鏂拌繍琛�
 //      */
 //     chainWebpack: (config) => {
@@ -17,5 +17,13 @@
 //             return args
 //         })
 
-//     }
-// }
\ No newline at end of file
+//     },
+    css: {
+        loaderOptions: {
+            sass: {
+                implementation: require('node-sass'), // 鏄庣‘浣跨敤 node-sass
+            },
+        },
+    },
+}
+

--
Gitblit v1.8.0