new-ruoyi-geek/ruoyi-geek-app/pages_template/common/mixin.js

8 lines
83 B
JavaScript
Raw Permalink Normal View History

2025-11-15 13:07:57 +00:00
export default {
data() {
return {
isWeixin: true
}
}
}