admin/vue.config.js
@@ -12,20 +12,17 @@ lintOnSave: false, devServer: { host: '0.0.0.0', port: 10012, proxy: { port: 10012 /* proxy: { [process.env.VUE_APP_API_PREFIX]: { target: process.env.VUE_APP_API_URL, changeOrigin: true, pathRewrite: { [`^${[process.env.VUE_APP_API_PREFIX]}`]: '' } } } } */ }, configureWebpack: { // provide the app's title in webpack's name field, so that // it can be accessed in index.html to inject the correct title. resolve: { alias: { '@': resolve('src')