feat: 做了适配手机端的条件编译的

This commit is contained in:
2026-05-10 11:24:48 +08:00
parent 58a88b7953
commit bef68d4f3c
7 changed files with 117 additions and 62 deletions

View File

@@ -23,7 +23,9 @@ export function createApp() {
pinia.use(createUnistorage());
app.use(pinia);
// #ifdef MP-WEIXIN
app.use(share);
// #endif
return {
app,