From c43e9ca8e4baa3e31c1da3c086ec8f1a7d12e438 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期三, 23 八月 2023 18:27:20 +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