【更新】文件上传后不让其每次回到首页、C端界面鼠标瞄准后颜色变淡修复

pull/275/head
俞宝山 2025-07-08 01:08:28 +08:00
parent 280ff4dcfe
commit 6d78e12894
3 changed files with 6 additions and 8 deletions

View File

@ -62,10 +62,8 @@
<a-form-item> <a-form-item>
<div style="display: flex; justify-content: space-between"> <div style="display: flex; justify-content: space-between">
<a href="/front/client/findPwd" class="xn-color-0d84ff">忘记密码</a> <a href="/front/client/findPwd">忘记密码</a>
<a href="/front/client/register" class="xn-color-0d84ff" v-if="registerOpen === 'true'"> <a href="/front/client/register" v-if="registerOpen === 'true'"> </a>
没有账号前往注册
</a>
</div> </div>
</a-form-item> </a-form-item>
<a-form-item> <a-form-item>
@ -91,7 +89,7 @@
</a-tab-pane> </a-tab-pane>
</a-tabs> </a-tabs>
<div v-if="configData.FRONT_BACK_LOGIN_URL_SHOW"> <div v-if="configData.FRONT_BACK_LOGIN_URL_SHOW">
<a href="/login" class="xn-color-0d84ff">后台登录</a> <a href="/login">后台登录</a>
</div> </div>
</a-card> </a-card>
</div> </div>

View File

@ -215,7 +215,7 @@
</a-button> </a-button>
</a-form-item> </a-form-item>
<div style="display: flex; justify-content: flex-end"> <div style="display: flex; justify-content: flex-end">
<a href="/front/client/login" class="xn-color-0d84ff">已有账号前往登录</a> <a href="/front/client/login">已有账号前往登录</a>
</div> </div>
</a-form> </a-form>
</a-card> </a-card>

View File

@ -110,7 +110,7 @@
</template> </template>
</s-table> </s-table>
</a-card> </a-card>
<uploadForm ref="uploadFormRef" @successful="tableRef.refresh(true)" /> <uploadForm ref="uploadFormRef" @successful="tableRef.refresh()" />
<detail ref="detailRef" /> <detail ref="detailRef" />
</div> </div>
<preview v-if="!indexShow" ref="previewRef" @goBack="previewBack" /> <preview v-if="!indexShow" ref="previewRef" @goBack="previewBack" />
@ -238,7 +238,7 @@
} }
] ]
fileApi.fileDelete(params).then(() => { fileApi.fileDelete(params).then(() => {
tableRef.value.refresh(true) tableRef.value.refresh()
}) })
} }
// //