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