xiangpei
2024-07-12 b62c6c9ab29e933fd0333ac183ef837d00aba5d2
vue.config.js
@@ -9,7 +9,7 @@
  publicPath: './',
  outputDir: 'admin',
  assetsDir: 'static',
  lintOnSave: true,
  lintOnSave: false,
  productionSourceMap: false,
  devServer: {
    open: true,
@@ -19,7 +19,9 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://localhost:8000',
        // target: 'http://192.168.3.87:8085',
        // target: 'http://192.168.3.88:8085',
        target: 'http://localhost:8085',
        changeOrigin: true
      }
    }