mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-01 20:58:33 +00:00
AI绘图默认开启 “图片生成” 按钮,改的有问题
This commit is contained in:
parent
2e54ca6c08
commit
1e760372ac
@ -371,7 +371,7 @@
|
|||||||
//模型名称
|
//模型名称
|
||||||
const modelName = ref<string>('');
|
const modelName = ref<string>('');
|
||||||
//是否开启绘画
|
//是否开启绘画
|
||||||
const enableDraw = ref<boolean>(true);
|
const enableDraw = ref<boolean>(false);
|
||||||
//是否显示工具栏
|
//是否显示工具栏
|
||||||
const showDraw = ref<boolean>(false);
|
const showDraw = ref<boolean>(false);
|
||||||
//绘画模型的id
|
//绘画模型的id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user