feat: onlyAdminCanInvite in blank page

This commit is contained in:
Tristan Yang
2025-06-17 17:53:12 +08:00
parent a194339e65
commit 71fbd6422b
3 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ const prices: Price[] = [
},
];
const official_dev = `https://dev.voce.chat`;
// const local_dev = `https://dev.voce.chat`;
const local_dev = `http://chat.jcdl369.top:3009`;
const local_dev = `https://dev.voce.chat`;
// const local_dev = `http://chat.jcdl369.top:3009`;
const dev_origin = process.env.REACT_APP_OFFICIAL_DEMO ? official_dev : local_dev;
// const local_dev = `https://im.ttt.td`;