mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-23 15:25:07 +08:00
refactor: vue3.3 defineOptions
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
<IFrame v-if="!loading" v-loading="loading" :src="src" />
|
||||
</ContentWrap>
|
||||
</template>
|
||||
<script setup lang="ts" name="InfraAdminServer">
|
||||
<script setup lang="ts">
|
||||
import * as ConfigApi from '@/api/infra/config'
|
||||
|
||||
defineOptions({ name: 'InfraAdminServer' })
|
||||
|
||||
const loading = ref(true) // 是否加载中
|
||||
const src = ref(import.meta.env.VITE_BASE_URL + '/admin/applications')
|
||||
|
||||
|
Reference in New Issue
Block a user