add 权限
This commit is contained in:
parent
1e6a0e37ce
commit
9a302d3b36
@ -516,7 +516,7 @@ const customRequest = async (file) => {
|
||||
<footer :class="footerClass">
|
||||
<div class="w-full max-w-screen-xl m-auto">
|
||||
<div class="flex items-center justify-center space-x-2" style="flex-wrap: initial">
|
||||
<NPopover trigger="click" :show="visible1">
|
||||
<NPopover v-if="gptMode==='gpt-4-1106-preview'" trigger="click" :show="visible1">
|
||||
<template #trigger>
|
||||
<HoverButton @click="visible1=!visible1">
|
||||
<span class="text-xl text-[#4f555e] dark:text-white"
|
||||
@ -528,6 +528,7 @@ const customRequest = async (file) => {
|
||||
</template>
|
||||
<div class="clearfix">
|
||||
<NUpload
|
||||
|
||||
:max-count="1"
|
||||
:default-file-list="fileList1"
|
||||
name="file"
|
||||
|
Loading…
Reference in New Issue
Block a user