This commit is contained in:
yunkexin 2024-07-31 17:42:06 +08:00
parent d09f0612d1
commit 7002a6348b

View File

@ -71,7 +71,7 @@
if (index == name) {
if (item.name == '新增用户') {
uni.navigateTo({
url: `/pages/apply/index?Company=${uni.getStorageSync('Company')}`
url: '/pages/apply/index'
})
}
}