Merge pull request #87 from 1Panel-dev/pr@main@fit-filename

fix: 文件名修改
This commit is contained in:
wangdan-fit2cloud 2024-04-15 15:45:23 +08:00 committed by GitHub
commit 116cd1c714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3527 additions and 1 deletions

3526
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
import { ref } from 'vue'
import useStore from '@/stores'
import { useRouter } from 'vue-router'
import ResetPassword from './ResetPasssword.vue'
import ResetPassword from './ResetPassword.vue'
import AboutDialog from './AboutDialog.vue'
const { user } = useStore()
const router = useRouter()