yanqiliang hace 2 días
padre
commit
a16f54f0dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -3,7 +3,7 @@ import { onLaunch, onShow } from '@dcloudio/uni-app'
 import { getCurrentInstance, onMounted, ref ,onUnmounted} from 'vue'  // 从vue导入
 import Util from './utils/util.js'
 
-// 全局数据管理(替代 globalData)
+// 全局数据管理
 const globalData = ref({
   share: false,
   height: 0,