Commit 8b7fedb8 authored by nick zheng's avatar nick zheng

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

parent 4766c052
...@@ -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