fix: rpc server field error

This commit is contained in:
jialin
2024-09-12 19:18:40 +08:00
parent f339133245
commit e1ada8f53d
4 changed files with 31 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const isProduction = env === 'production';
const t = Date.now();
export default defineConfig({
proxy: {
...proxy()
...proxy('http://192.168.50.166:8080')
},
history: {
type: 'hash'