mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix:共享文档按钮显示问题
This commit is contained in:
@@ -713,7 +713,7 @@
|
||||
v-if="docChecked == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
|
||||
:action="uploadAction"
|
||||
@change="handleChange"
|
||||
>
|
||||
<span
|
||||
@@ -1632,6 +1632,7 @@ export default {
|
||||
: location.href.slice(0, location.href.indexOf("/m")) + process.env.VUE_APP_FILE_PATH,
|
||||
isreload: true,
|
||||
TaskFaceImpStuvisible: false,
|
||||
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
|
||||
});
|
||||
|
||||
const levelList = reactive({
|
||||
|
||||
Reference in New Issue
Block a user