龚焕茏
2024-05-24 b2c538e0600a4e23c66aa5564f1eb48c729300c8
vue.config.js
@@ -9,7 +9,7 @@
  publicPath: './',
  outputDir: 'admin',
  assetsDir: 'static',
  lintOnSave: true,
  lintOnSave: false,
  productionSourceMap: false,
  devServer: {
    open: true,
@@ -19,8 +19,9 @@
    hotOnly: false,
    proxy: {
      '/api': {
        // target: 'http://80.36.32.171:8085',
        target: 'http://localhost:8085',
        target: 'http://192.168.3.87:8085',
        // target: 'http://192.168.3.88:8085',
        // target: 'http://localhost:8085',
        changeOrigin: true
      }
    }