Browse Source

update

main
wangshaoping 12 months ago
parent
commit
aada3cccb5
  1. 3
      io.sc.platform.core.frontend/src/platform/layout/sub-layout/Main.vue
  2. 2
      io.sc.platform.developer.frontend/package.json
  3. 2
      io.sc.platform.developer.frontend/src/views/springboot/Environment.vue

3
io.sc.platform.core.frontend/src/platform/layout/sub-layout/Main.vue

@ -23,7 +23,9 @@
<router-view v-slot="{ Component }" class="full"> <router-view v-slot="{ Component }" class="full">
<keep-alive> <keep-alive>
<suspense> <suspense>
<w-v-expand-div>
<component :is="Component" /> <component :is="Component" />
</w-v-expand-div>
</suspense> </suspense>
</keep-alive> </keep-alive>
</router-view> </router-view>
@ -149,4 +151,5 @@
import SiderCollapser from './SiderCollapser.vue'; import SiderCollapser from './SiderCollapser.vue';
import MoreTagViewAction from './MoreTagViewAction.vue'; import MoreTagViewAction from './MoreTagViewAction.vue';
import { TagViewManager } from '@/platform/plugin/manager'; import { TagViewManager } from '@/platform/plugin/manager';
import WVExpandDiv from '@/platform/components/layout/WVExpandDiv.vue';
</script> </script>

2
io.sc.platform.developer.frontend/package.json

@ -80,7 +80,7 @@
"luckyexcel": "1.0.1", "luckyexcel": "1.0.1",
"mockjs": "1.1.0", "mockjs": "1.1.0",
"pinia": "2.1.7", "pinia": "2.1.7",
"platform-core": "8.1.137", "platform-core": "8.1.141",
"quasar": "2.14.2", "quasar": "2.14.2",
"tailwindcss": "3.4.0", "tailwindcss": "3.4.0",
"vue": "3.4.3", "vue": "3.4.3",

2
io.sc.platform.developer.frontend/src/views/springboot/Environment.vue

@ -1,4 +1,5 @@
<template> <template>
<w-v-expand-div>
<w-grid <w-grid
:title="$t('menu.developer.springboot.environment')" :title="$t('menu.developer.springboot.environment')"
:checkbox-selection="false" :checkbox-selection="false"
@ -21,6 +22,7 @@
}, },
}" }"
></w-grid> ></w-grid>
</w-v-expand-div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { Environment, Formater } from 'platform-core'; import { Environment, Formater } from 'platform-core';

Loading…
Cancel
Save