From 38130802e3fd55080f518f4128ef20ddfdd907c3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 10 九月 2024 17:11:14 +0800 Subject: [PATCH] - --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index dfbe4ea..e1585b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,8 @@ <script> import { http } from '@/uni_modules/uview-plus' export default { + // globalData: { + // showLoginTip: false, + // }, onLaunch: function() { console.log('App Launch') }, -- Gitblit v1.9.1