罗广辉
2025-09-30 c76922f37ddeeb3344304af453dd2f8befdedb89
src/App.vue
@@ -4,17 +4,16 @@
 * @LastEditors  : yuan
 * @LastEditTime : 2025-09-28 10:07:55
 * @FilePath     : \src\App.vue
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * @Description  :
 * Copyright 2025 OBKoro1, All Rights Reserved.
 * 2025-09-28 09:31:16
-->
<script setup>
import { onHide, onLaunch, onShow } from "@dcloudio/uni-app";
import { useAppStore } from "@/store";
import { mpUpdate } from "@/utils/index";
import {mpUpdate} from "@/utils/index";
const appStore = useAppStore();
onLaunch(() => {
  console.log("App Launch");