Compare commits

...

2 Commits

Author SHA1 Message Date
jiang f0bd4a1b27 Merge remote-tracking branch 'origin/bonus-ai' into bonus-ai 2024-12-09 12:09:32 +08:00
jiang 378de7a752 提交代码 2024-12-09 12:09:09 +08:00
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: [