chore: 修改egg Pocketbase地址

This commit is contained in:
zhaoyingbo 2024-07-29 08:13:10 +00:00
parent d99bed9ec2
commit 53d7bbc1d4

View File

@ -1,6 +1,6 @@
import PocketBase from "pocketbase"
const pbClient = new PocketBase("https://eggpb.imoaix.cn")
const pbClient = new PocketBase("https://egg-pb.xiaomiwh.cn")
pbClient.autoCancellation(false)