From 25ee0fc249a081bb7bc4b485708c3e1afd3b07d1 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 18 九月 2025 14:13:17 +0800 Subject: [PATCH] 商品兑换卷调整以及绑定电话号码调整 --- vue.config.js | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 4fcbd16..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) => { @@ -16,5 +16,14 @@ // ] // return args // }) -// } -// } \ No newline at end of file + +// }, + css: { + loaderOptions: { + sass: { + implementation: require('node-sass'), // 鏄庣‘浣跨敤 node-sass + }, + }, + }, +} + -- Gitblit v1.8.0