企微迁移智慧监护(手环)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user