mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
wip: dns credentials manager
This commit is contained in:
parent
0f259e4331
commit
418a53f4ad
39 changed files with 758 additions and 151 deletions
|
@ -1,8 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import {useUserStore} from '@/pinia'
|
||||
|
||||
const thisYear = new Date().getFullYear()
|
||||
|
||||
import {LockOutlined, UserOutlined} from '@ant-design/icons-vue'
|
||||
import {reactive, ref, watch} from 'vue'
|
||||
import {useRoute, useRouter} from 'vue-router'
|
||||
|
@ -12,6 +9,8 @@ import auth from '@/api/auth'
|
|||
import install from '@/api/install'
|
||||
import SetLanguage from '@/components/SetLanguage/SetLanguage.vue'
|
||||
|
||||
const thisYear = new Date().getFullYear()
|
||||
|
||||
const route = useRoute()
|
||||
const router = useRouter()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue