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

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