部署上线

This commit is contained in:
2025-03-23 13:30:04 +08:00
parent 2c1f20572e
commit 4ab60dc8ca

View File

@@ -25,6 +25,12 @@ export default defineConfig({
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '') rewrite: (path) => path.replace(/^\/api/, '')
} }
} },
allowedHosts: [
'localhost',
'127.0.0.1',
'order.stormrain.top',
'192.168.100.228'
]
} }
}) })