神仙都没用 hace 1 año
padre
commit
3c112871c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/helper/views/ai-code.vue

+ 1 - 1
src/modules/helper/views/ai-code.vue

@@ -509,7 +509,7 @@ const code = reactive({
 		code.tips("Service 代码生成中");
 
 		// service 代码
-		const service = await code.setContent("Service 服务", "node-service", {
+		const service = await code.setContent("Service 服务", "node-service", {
 			...entityData,
 			entity
 		});