fix: recording format for browser

This commit is contained in:
jialin
2024-12-04 20:13:08 +08:00
parent 38daa0826e
commit 0294e0d2b3
2 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const isProduction = env === 'production';
const t = Date.now();
export default defineConfig({
proxy: {
...proxy('http://192.168.50.4')
...proxy()
},
history: {
type: 'hash'