feat: 图片详情优化
This commit is contained in:
@@ -847,7 +847,7 @@ watch([() => searchForm.TaskStatus, () => searchForm.PublishStatus, dateRange],
|
|||||||
>
|
>
|
||||||
发布到广场
|
发布到广场
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-else-if="currentTask.taskStatus === 'Success'" type="info" disabled class="w-full">
|
<el-button v-else-if="currentTask.taskStatus === 'Success'" type="info" disabled class="w-full refresh-btn">
|
||||||
已发布
|
已发布
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
1
Yi.Ai.Vue3/types/import_meta.d.ts
vendored
1
Yi.Ai.Vue3/types/import_meta.d.ts
vendored
@@ -7,6 +7,7 @@ interface ImportMetaEnv {
|
|||||||
readonly VITE_WEB_BASE_API: string;
|
readonly VITE_WEB_BASE_API: string;
|
||||||
readonly VITE_API_URL: string;
|
readonly VITE_API_URL: string;
|
||||||
readonly VITE_FILE_UPLOAD_API: string;
|
readonly VITE_FILE_UPLOAD_API: string;
|
||||||
|
readonly VITE_BUILD_COMPRESS: string;
|
||||||
readonly VITE_SSO_SEVER_URL: string;
|
readonly VITE_SSO_SEVER_URL: string;
|
||||||
readonly VITE_APP_VERSION: string;
|
readonly VITE_APP_VERSION: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user