Commit abc9aa62 authored by 罗超's avatar 罗超

1

parent 8e75e5cc
......@@ -86,16 +86,7 @@ export default {
setup() {
let data = reactive({
pageState: "more",
examList: [
{
testName: "あぃお试卷名称",
testTime: "2021-07-29 14:00",
bgimg: "https://img.yzcdn.cn/vant/cat.jpeg",
teacherName: "纳豆",
teacherImg: "https://img.yzcdn.cn/vant/cat.jpeg",
status: "未开始",
},
],
examList: [],
msg: {
pageIndex: 1,
pageSize: 10,
......
......@@ -49,7 +49,6 @@ export function UploadSelfFile(path, file, callback, configObj) {
uploadConfig = cacheInfo.UploadConfig;
}
//获取文件扩展名
console.log(52, file)
var index = file.url.lastIndexOf(".");
var suffix = file.url.substr(index);
var timestamp1 = Date.parse(new Date()) + "_" + (Math.ceil(Math.random() * 1000));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment