| | |
| | | * @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"); |
| | | |