先提交一下,打个钉子

This commit is contained in:
aixianling
2024-11-04 17:47:02 +08:00
parent 1ecf85475d
commit c7cb7c103d
7 changed files with 4641 additions and 2727 deletions

View File

@@ -0,0 +1,31 @@
<script>
import AiDetail from "@/components/AiDetail.vue";
export default {
name: "imageTranslate",
components: {AiDetail},
data() {
return {
form: {}
}
}
}
</script>
<template>
<ai-detail class="imageTranslate">
<ai-title slot="title" title="图片翻译" isShowBottomBorder/>
<template #content>
<el-form>
</el-form>
</template>
</ai-detail>
</template>
<style scoped lang="scss">
.imageTranslate {
}
</style>