flat: 登陆对接,等待加密

This commit is contained in:
Apcallover
2025-11-18 21:55:38 +08:00
parent ca4b038e14
commit 044b88dbf7
2 changed files with 4 additions and 11 deletions

13
App.vue
View File

@@ -10,7 +10,7 @@ const appword = 'aKd20dbGdFvmuwrt'; // 固定值
onLaunch((options) => { onLaunch((options) => {
getUserInfo(); getUserInfo();
useUserStore().initSeesionId(); //更新 // useUserStore().initSeesionId(); //更新
useDictStore().getDictData(); useDictStore().getDictData();
// uni.hideTabBar(); // uni.hideTabBar();
// 登录 // 登录
@@ -28,14 +28,7 @@ onLaunch((options) => {
// } // }
}); });
onMounted(() => { onMounted(() => {});
// #ifndef MP-WEIXIN
// appendScriptTagElement('https://qd.zhaopinzao8dian.com/file/csn/jweixin-1.4.0.js').then(() => {
// console.log('✅ 微信 JSSDK 加载完成');
// // signatureFn();
// });
// #endif
});
onShow(() => { onShow(() => {
console.log('App Show'); console.log('App Show');
@@ -180,4 +173,4 @@ uni-modal,
body { body {
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
</style> </style>

View File

@@ -67,7 +67,7 @@ onLoad(() => {
onShow(() => { onShow(() => {
// 获取消息列表 // 获取消息列表
useReadMsg().fetchMessages(); // useReadMsg().fetchMessages();
}); });
const state = reactive({ const state = reactive({