chore: update copyright information

This commit is contained in:
RockYang
2023-12-18 18:19:41 +08:00
parent a0a506a3c4
commit ff76e4bd89
6 changed files with 15 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ import {prevRoute} from "@/router";
import ResetPass from "@/components/ResetPass.vue";
const router = useRouter();
const title = ref('ChatGPT-PLUS 用户登录');
const title = ref('ChatPlus 用户登录');
const username = ref(process.env.VUE_APP_USER);
const password = ref(process.env.VUE_APP_PASS);
const showResetPass = ref(false)