备份
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user