Compare commits

..

No commits in common. "f0bd4a1b27eaf7c6589fee0bb5b5e76bf3bbedc0" and "ed3672da50ca3114fd550ac9e7ab08b4c277a82b" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.56:29090`,
target: `http://192.168.0.56:18090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
@ -63,7 +63,7 @@ module.exports = {
name: name,
resolve: {
alias: {
'@': path.resolve(__dirname, './src')
'@': resolve('src')
}
},
plugins: [