修复小程序运行报错bug

This commit is contained in:
2024-10-25 09:27:58 +08:00
parent 03a7c73f90
commit 3dea396d0d
6 changed files with 6 additions and 40 deletions

View File

@@ -3,10 +3,7 @@
App.vue本身不是页面这里不能编写视图元素也就是没有<template>
-->
<script setup>
import { ref, reactive } from 'vue';
import appConfig from '@/config/appConfig.js';
import { onLaunch } from '@dcloudio/uni-app';
import { checkCurrVersion, getExtStoreId } from '@/commons/utils/versionManage.js';
onLaunch(() => {
// console.log(uni.getExtConfigSync(),'uni.getExtConfigSync()')