修改浙江无线测试用例bug
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,19 +8,17 @@
|
||||
size="18"
|
||||
/>
|
||||
</div>
|
||||
<!-- <span class="nav-bar-title">{{ getTheme.name }}</span> -->
|
||||
<span class='nav-bar-title'>电能质量数据监测云平台</span>
|
||||
<span class="nav-bar-title">{{ getTheme.name }}</span>
|
||||
<NavMenus />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted } from 'vue'
|
||||
import { useConfig } from '@/stores/config'
|
||||
import NavTabs from '@/layouts/admin/components/navBar/tabs.vue'
|
||||
import NavMenus from '../navMenus.vue'
|
||||
import { showShade } from '@/utils/pageShade'
|
||||
|
||||
import { onMounted } from 'vue'
|
||||
const config = useConfig()
|
||||
const getTheme = JSON.parse(window.localStorage.getItem('getTheme') as string)
|
||||
|
||||
@@ -30,9 +28,9 @@ const onMenuCollapse = () => {
|
||||
})
|
||||
config.setLayout('menuCollapse', false)
|
||||
}
|
||||
// onMounted(() => {
|
||||
// document.title = getTheme.name
|
||||
// })
|
||||
onMounted(() => {
|
||||
document.title = getTheme.name
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user