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) => {
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;
}
</style>
</style>