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