diff --git a/App.vue b/App.vue index eec1a81..76192dc 100644 --- a/App.vue +++ b/App.vue @@ -10,7 +10,7 @@ const appword = 'aKd20dbGdFvmuwrt'; // 固定值 onLaunch((options) => { getUserInfo(); - useUserStore().initSeesionId(); //更新 + // useUserStore().initSeesionId(); //更新 useDictStore().getDictData(); // uni.hideTabBar(); // 登录 @@ -28,14 +28,7 @@ onLaunch((options) => { // } }); -onMounted(() => { - // #ifndef MP-WEIXIN - // appendScriptTagElement('https://qd.zhaopinzao8dian.com/file/csn/jweixin-1.4.0.js').then(() => { - // console.log('✅ 微信 JSSDK 加载完成'); - // // signatureFn(); - // }); - // #endif -}); +onMounted(() => {}); onShow(() => { console.log('App Show'); @@ -180,4 +173,4 @@ uni-modal, body { font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; } - \ No newline at end of file + diff --git a/pages/index/index.vue b/pages/index/index.vue index 209ee71..35fc900 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -67,7 +67,7 @@ onLoad(() => { onShow(() => { // 获取消息列表 - useReadMsg().fetchMessages(); + // useReadMsg().fetchMessages(); }); const state = reactive({