fix: ios player

This commit is contained in:
Rogee
2025-01-04 01:02:35 +08:00
parent 9df2663b6e
commit 019297d261
6 changed files with 131 additions and 64 deletions

View File

@@ -11,7 +11,7 @@ import { defineConfig } from "vite";
export default defineConfig({
server: {
proxy: {
'^/static': {
'^/poster': {
target: 'http://localhost:9600',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')