峰峰执法平台简易案件程序板块 pad端
zhangxiaoxu123
2023-01-11 539d1ce6b955d5d56b21d97590a2a684c400f64a
vue.config.js
@@ -4,9 +4,9 @@
 */
// const url = 'http://localhost:9999'
// const url = 'http://192.168.0.164:9999'
// const url = 'http://192.168.0.134:9999'
//  const url = 'http://192.168.0.126:9999/'
// const url = 'http://boying.tpddns.cn:9999/'
const url = 'http://36.138.175.42:9999/'
const url = 'http://36.138.175.42:9999/' // 线上
const webpack = require('webpack')
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
@@ -51,9 +51,9 @@
      return {
        plugins: [
          new webpack.ProvidePlugin({
            $:"jquery",
            jQuery:"jquery",
            "windows.jQuery":"jquery"
            $: "jquery",
            jQuery: "jquery",
            "windows.jQuery": "jquery"
          })
        ],
        resolve: {