Files
lgp-wx-new/common/mixin.js
2026-06-05 14:06:20 +08:00

8 lines
83 B
JavaScript

export default {
data() {
return {
isWeixin: true
}
}
}