fix: 🐛 修改因为Im导致微信小程序编译不通过问题 更改看到的变量名问题 im后续会进行优化

This commit is contained in:
学习很差啦
2023-01-10 15:21:18 +08:00
parent d2ff0b1ea1
commit b1bde2f105
7 changed files with 53 additions and 52 deletions

View File

@@ -274,17 +274,19 @@
}
}
},
{
"path": "im/index",
"path": "im/list",
"style": {
"app-plus": {
},
"navigationStyle": "custom", // 隐藏系统导航栏
"enablePullDownRefresh": true,
"navigationStyle": "custom" // 隐藏系统导航栏
"app-plus": {
}
}
},
{
"path": "im/list",
"path": "im/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"enablePullDownRefresh": true,