Explorar el Código

Merge branch 'zhongqi-addGoods' of git.huaml.com:zhh/front-end into zhongqi-addGoods

shizhongqi hace 1 año
padre
commit
fa975f7536
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mallApp/babel.config.js

+ 1 - 1
mallApp/babel.config.js

@@ -45,7 +45,7 @@ module.exports = {
     [
       '@vue/app',
       {
-        modules: 'commonjs',
+        modules: 'auto',
         useBuiltIns: process.env.UNI_PLATFORM === 'h5' ? 'usage' : 'entry'
       }
     ]