fix: model instances limit

This commit is contained in:
jialin
2024-10-18 12:09:09 +08:00
parent 594c4cd670
commit b9c9fe7a97
4 changed files with 9 additions and 6 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'