Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -11,10 +11,10 @@ |
11 | 11 | import { useRoute } from 'vue-router'; |
12 | 12 | import { PageWrapper } from '/@/components/Page'; |
13 | 13 | import { useGo } from '/@/hooks/web/usePage'; |
14 | - import { Description } from '../../../components/Description'; | |
15 | - import { getAccountInfo } from '../../../api/system/system'; | |
14 | + import { Description } from '/@/components/Description'; | |
15 | + import { getAccountInfo } from '/@/api/system/system'; | |
16 | 16 | import { accountSchema } from './account.detail.data'; |
17 | - import { useDescription } from '../../../components/Description'; | |
17 | + import { useDescription } from '/@/components/Description'; | |
18 | 18 | import { useTabs } from '/@/hooks/web/useTabs'; |
19 | 19 | const accountData = {}; |
20 | 20 | export default defineComponent({ | ... | ... |