feat: 改成公网地址
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/backend-api': {
|
||||
target: 'http://192.168.2.76:8000',
|
||||
target: 'http://127.0.0.1:8000',
|
||||
changeOrigin: true,
|
||||
rewrite: path => path.replace(/^\/backend-api/, '/api')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user