迁移Settings.vue到settings目录
This commit is contained in:
parent
a7fb6e9fe7
commit
9e9ac15358
@ -102,7 +102,7 @@ const router = createRouter({
|
||||
{
|
||||
path: 'settings',
|
||||
name: 'Settings',
|
||||
component: () => import('../../views/Settings.vue')
|
||||
component: () => import('../../views/settings/Settings.vue')
|
||||
},
|
||||
{
|
||||
path: 'search',
|
||||
|
||||
@ -207,9 +207,9 @@ import {
|
||||
useDialog
|
||||
} from 'naive-ui'
|
||||
import { Icon } from '@iconify/vue'
|
||||
import { getCurrentLocale, setLocale, locales, initLocale, t } from '../shared/i18n'
|
||||
import { useAuthStore } from '../shared/stores/auth'
|
||||
import { getEnvironmentConfig, updateEnvironmentConfig, restartEnvironment, type EnvironmentConfig } from '../shared/api/system'
|
||||
import { getCurrentLocale, setLocale, locales, initLocale, t } from '../../shared/i18n'
|
||||
import { useAuthStore } from '../../shared/stores/auth'
|
||||
import { getEnvironmentConfig, updateEnvironmentConfig, restartEnvironment, type EnvironmentConfig } from '../../shared/api/system'
|
||||
|
||||
const message = useMessage()
|
||||
const dialog = useDialog()
|
||||
Loading…
x
Reference in New Issue
Block a user