This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yiyun-fe
/
yiyunjianzhuBeta
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[VersionBeta] V.1.0.0.0
[Adds] 1.添加客户端方法:clientUpload
master
xzx
4 years ago
parent
964a66369d
commit
0321ffc6bb
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
src/views/main_web/workspace.vue
+ 10
- 0
src/views/main_web/workspace.vue
View File
@@ -1802,6 +1802,7 @@
@click="showNewFiledialog"
>
<file-Uploader
v-if="isClient"
:multiple="true"
label="点击上传本地文件"
:auto="true"
@@ -4129,6 +4130,15 @@ export default {
);
}
},
/**
* 客户端上传文件
*/
clientUpload(){
if(this.isClient)
{
back.uploadFile();
}
},
/**
* 重命名我的文件
* file:源数据