aaa
This commit is contained in:
14
pc-web/vue.config.js
Normal file
14
pc-web/vue.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://127.0.0.1:7946',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/pdf': {
|
||||
target: 'http://127.0.0.1:7946',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user