jazz
2022-03-04 5dfa4aae98c53f1f3d5f8b9fa5308f359bfea104
vue.config.js
@@ -32,7 +32,8 @@
  devServer: {
    proxy: {
      '/api_test': {
        target: 'http://192.168.31.22:8080/',
        // target: 'http://192.168.2.106:3602/sms', // - 其
        target: 'https://phiskincrm.phiskin.com/sms', // - 线上
        // target: 'http://192.168.1.163:8080/',
        // target: 'http://192.168.31.143:8080/', // 和
        // target: 'http://192.168.31.143:8888/', // 和
@@ -77,6 +78,9 @@
    // when there are many pages, it will cause too many meaningless requests
    config.plugins.delete('prefetch')
    // 打包后注释console TODO 待测试
    // config.optimization.minimizer('terser').tap((args) => { args[0].terserOptions.compress.drop_console = true; return args })
    // set svg-sprite-loader
    config.module
      .rule('svg')