绿满眶商城微信小程序-uniapp
zxl
2025-07-31 7dc7e28dd75cb0d687c9f69cdd13c995f3786c07
vue.config.js
@@ -1,7 +1,7 @@
// module.exports = {
module.exports = {
//     /**
//      *  此处为发行h5,微信小程序,app中删除console
//      *  此处为发行h5,微信小程序,app中删除console
//      *  如需显示console 需要注释此处重新运行
//      */
//     chainWebpack: (config) => {
@@ -16,5 +16,14 @@
//             ]
//             return args
//         })
//     }
// }
//     },
    css: {
        loaderOptions: {
            sass: {
                implementation: require('node-sass'), // 明确使用 node-sass
            },
        },
    },
}