提交代码

This commit is contained in:
jiang 2024-12-09 12:09:09 +08:00
parent e985424ad6
commit 378de7a752
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:18090`,
target: `http://192.168.0.56:29090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
@ -63,7 +63,7 @@ module.exports = {
name: name,
resolve: {
alias: {
'@': resolve('src')
'@': path.resolve(__dirname, './src')
}
},
plugins: [