648540858
2022-03-07 a45bb7d9df6c57a05fdc5c8d750c288283f91e49
web_src/config/index.js
@@ -18,6 +18,13 @@
          '^/debug': '/'
        }
      },
      '/static/snap': {
        target: 'http://localhost:18080',
        changeOrigin: true,
        // pathRewrite: {
        //   '^/static/snap': '/static/snap'
        // }
      },
    },
@@ -51,7 +58,7 @@
    // Paths
    assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
    assetsSubDirectory: '.',
    assetsSubDirectory: './static',
    assetsPublicPath: '/',
    /**