cloudtogo / pageplug

PagePlug 是 Appsmith 的中国化项目。基于Appsmith做了整体性能的优化及汉化,也集合了特色表单解决方案Formily组件、图表解决方案Echarts组件、低代码小程序开发等,是面向研发使用的一个开源的、声明式的前后端一体低代码,项目逻辑主要是在前端的解释器和设计器上
https://lowcode.methodot.com/
Apache License 2.0
1.47k stars 250 forks source link

Url中有参数写的是大写,获取到的是小写,如何获取到原始的内容 #102

Open Cathy-Liu24 opened 1 month ago

Cathy-Liu24 commented 1 month ago

Is there an existing issue for this?

Description

Url中有参数比如 username=ZhangSan,用appsmith.URL.queryParams.username获取到的是zhangsan,都变成了小写,是什么原因呢?如何保证获取到的是原来的大小写呢?

Steps To Reproduce

用appSmth的链接 后面添加上参数username=ZhangSan; 在API中新建一个函数,获取url中的参数const userName=appsmith.URL.queryParams.username

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

1.9.35

AppsmithCN commented 1 month ago

这个我们记录下,应该可以作为一个优化的点

Cathy-Liu24 commented 1 month ago

这个我们记录下,应该可以作为一个优化的点

问一下,优化的话,大概什么时候好呢?