From e9a85e4dfb6d4897214bcd9c228b0fe14d939367 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Mon, 16 Oct 2023 16:53:59 +0800 Subject: [PATCH] update deeptrain url --- app/index.html | 2 +- app/src/conf.ts | 2 +- app/src/routes/Package.tsx | 2 +- app/src/routes/Quota.tsx | 2 +- app/src/routes/Subscription.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/index.html b/app/index.html index 33835f8..2f3bf44 100644 --- a/app/index.html +++ b/app/index.html @@ -7,7 +7,7 @@ Chat Nio - + diff --git a/app/src/conf.ts b/app/src/conf.ts index 9145ed4..e70b4ba 100644 --- a/app/src/conf.ts +++ b/app/src/conf.ts @@ -42,7 +42,7 @@ export const supportModelConvertor: Record = { }; export function login() { - location.href = "https://deeptrain.lightxi.com/login?app=chatnio"; + location.href = "https://deeptrain.net/login?app=chatnio"; } axios.defaults.baseURL = rest_api; diff --git a/app/src/routes/Package.tsx b/app/src/routes/Package.tsx index 1428ee1..8d5be28 100644 --- a/app/src/routes/Package.tsx +++ b/app/src/routes/Package.tsx @@ -72,7 +72,7 @@ function Package() {