企微迁移智慧监护(手环)

This commit is contained in:
aixianling
2022-05-17 09:12:29 +08:00
parent 9a3aab86d0
commit f5a1cd7424
10 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="guardianship">
<section class="AppGuardianship">
<component ref="currentTab" :is="currentTab.comp"/>
<ai-tabbar :active.sync="active" :list="bottomBar"/>
</section>
@@ -13,7 +13,8 @@ import WardList from "./wardList";
import EarlyWarning from "./earlyWarning";
export default {
name: "guardianship",
name: "AppGuardianship",
appName: "智慧监护",
components: {AiTabbar, AiLoading},
provide() {
return {
@@ -38,7 +39,7 @@ export default {
},
methods: {
cdn(icon) {
return `${this.$cdn}guardianship/${icon}.png`
return `${this.$cdn}AppGuardianship/${icon}.png`
},
},
data() {
@@ -56,7 +57,7 @@ export default {
</script>
<style lang="scss" scoped>
.guardianship {
.AppGuardianship {
position: absolute;
width: 100%;
top: 0;