Skip to content

Commit

Permalink
fix: 新建应用时,唯一名称添加默认直
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Oct 9, 2024
1 parent 3f0b9d6 commit 89b8642
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: [email protected]
* @Date: 2022-09-01 14:44:57
* @LastEditors: [email protected]
* @LastEditTime: 2024-10-09 20:54:33
* @LastEditTime: 2024-10-09 21:07:41
* @Description:
*/

Expand Down Expand Up @@ -397,6 +397,7 @@ export const AmisAppLauncher = async (props) => {
"type": "input-text",
"name": "code",
"label": "应用唯一标识",
"value": "a_\${UUID(6)}",
"required": true,
"validateOnChange": true,
"validations": {
Expand Down

0 comments on commit 89b8642

Please sign in to comment.