Commit 61c072d3 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 应用发布后展示上传图片

See merge request !147
parents dfe4b46e 8b7fedb8
...@@ -557,7 +557,7 @@ defineExpose({ ...@@ -557,7 +557,7 @@ defineExpose({
<n-popover style="width: 210px" trigger="hover"> <n-popover style="width: 210px" trigger="hover">
<template #trigger> <template #trigger>
<div <div
v-show="isEnableDocumentParse" v-show="isEnableUploadImage"
class="h-7.5 w-7.5 mb-1 flex items-center justify-center rounded-full bg-white" class="h-7.5 w-7.5 mb-1 flex items-center justify-center rounded-full bg-white"
:class=" :class="
isLogin isLogin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment