From d1448cb0ef10f358bb7bddb4e1ec268515e0b787 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 七月 2025 11:46:57 +0800
Subject: [PATCH] 项目初始化

---
 App.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
new file mode 100644
index 0000000..22ca89f
--- /dev/null
+++ b/App.vue
@@ -0,0 +1,17 @@
+<script>
+  export default {
+    onLaunch () {
+      // 鍔犺浇绯荤粺淇℃伅
+      this.$store.dispatch('SystemInfo')
+    },
+    onShow () {
+    },
+    onHide () {
+    }
+  }
+</script>
+
+<style lang="scss">
+@import "@/uni_modules/uview-ui/index.scss";
+@import "@/static/style.scss";
+</style>

--
Gitblit v1.9.3