mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
使用 uview 重构实际登陆
This commit is contained in:
8
yudao-vue-ui/uni_modules/uview-ui/libs/mixin/mpMixin.js
Normal file
8
yudao-vue-ui/uni_modules/uview-ui/libs/mixin/mpMixin.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
// #ifdef MP-WEIXIN
|
||||
// 将自定义节点设置成虚拟的,更加接近Vue组件的表现,能更好的使用flex属性
|
||||
options: {
|
||||
virtualHost: true
|
||||
}
|
||||
// #endif
|
||||
}
|
Reference in New Issue
Block a user