You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wzy 236b3c9239
初始化
3 years ago
..
public 初始化 3 years ago
src 初始化 3 years ago
.gitignore 初始化 3 years ago
README.md 初始化 3 years ago
babel.config.js 初始化 3 years ago
package.json 初始化 3 years ago
vue.config.js 初始化 3 years ago

README.md

pearProject Mac下开发

基于Vue.js实现的项目管理系统

2019.4.11 前端mock数据完毕 2019.4.12 登陆接口实现完成

base-vue用户头像上传

uploadAction: 'http://localhost:9000/front/app/updateImg'

seeBox: 文件查看

getUrl(fileUrl){
    return getFileUrl(fileUrl, 'local');
}

文件下载(资源库,分享,网盘)

downLoad(file) {
    window.location.href = "http://localhost:8888/api/fileDownload?fileId="+file.id;
},