Skip to content

Commit e9e201a

Browse files
committed
refactor(代码生成): 默认端口修改为 3306
1 parent 298a544 commit e9e201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/gen/datasource/form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const form = reactive({
102102
confType: 0,
103103
dsName: '',
104104
instance: '',
105-
port: 0,
105+
port: 3306,
106106
host: '',
107107
});
108108

0 commit comments

Comments
 (0)