This commit is contained in:
2025-12-18 20:09:21 +08:00
parent 57066fb864
commit b5f605dce9
7 changed files with 371 additions and 26 deletions

View File

@@ -117,7 +117,7 @@ function switchLanguage(lang) {
}
const { getVersion, stopScript } = usePythonBridge();
let version = ref('0.0.0');
let version = ref('5.1.0');
onMounted(() => {
stopScript();
@@ -156,7 +156,7 @@ const onSubmit = () => {
password: formData.value.password,
}).then((res) => {
loading.close();
console.log(res)
// console.log(res)
setToken(res.tokenValue);
setUser(res);
router.push('/nav');