feat: 新增代码生成器模板种子数据

This commit is contained in:
陈淳
2024-02-19 17:12:33 +08:00
parent 2dbfdc67c5
commit 02fc86af4f
9 changed files with 147 additions and 4 deletions

View File

@@ -374,7 +374,8 @@ const handleCodeToWeb = async () => {
/** CodeToWeb */
const handleWebToCode = async () => {
const response= await webToCode(ids.value);
if(response.statusCode==200)
console.log(response,"response");
if(response.status==200||response.status==204)
{
proxy.$modal.msgSuccess("代码生成成功");
}