update
This commit is contained in:
@@ -44,7 +44,8 @@ export default defineConfig({
|
||||
'@': '/src'
|
||||
}
|
||||
}, server: {
|
||||
port: 9050, proxy: {
|
||||
host: '0.0.0.0',
|
||||
proxy: {
|
||||
'/baseApi': {
|
||||
target: 'http://192.168.1.105', changeOrigin: true, rewrite: (path) => path.replace(/^\/baseApi/, ''),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user