From 64b3ee8aebe765c668b7f04b2bc1ee9a3919bdfb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 24 八月 2023 14:31:01 +0800
Subject: [PATCH] 大屏
---
minipro_standard/pages/index/index.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/minipro_standard/pages/index/index.vue b/minipro_standard/pages/index/index.vue
index 7308129..c6d7304 100644
--- a/minipro_standard/pages/index/index.vue
+++ b/minipro_standard/pages/index/index.vue
@@ -1,14 +1,10 @@
<template>
- <view>
-
+ <view>
<myTabbar :index="0" />
</view>
</template>
<script>
- // import { coustomLogin, wxEmpower } from '@/util/api/index'
-
-
import myTabbar from "@/components/myTabber.vue"
export default {
components: {
@@ -73,5 +69,5 @@
</script>
<style lang="scss" scoped>
-
+
</style>
--
Gitblit v1.9.3