zss
2023-11-10 49e90d3e351b87e2fdb9e8c333c73170e50127ff
vue.config.js
@@ -2,7 +2,9 @@
 * 配置参考:
 * https://cli.vuejs.org/zh/config/
 */
const url = 'http://127.0.0.1:9999'
const url = 'http://localhost:9999'
// const url = 'http://ztt-gateway:9999'
// const url = 'http://ztt-gateway:9999'
const localUrl = 'http://localhost:8089'
//const localUrl = 'http://10.88.15.95:8089'
const CompressionWebpackPlugin = require('compression-webpack-plugin')