admin/vue.config.js
@@ -12,7 +12,7 @@ lintOnSave: false, devServer: { host: '0.0.0.0', port: 10012, port: 10085, proxy: { [process.env.VUE_APP_API_PREFIX]: { target: process.env.VUE_APP_API_URL, @@ -24,8 +24,6 @@ } }, 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')