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