Commit abc9aa62 authored by 罗超's avatar 罗超

1

parent 8e75e5cc
...@@ -86,16 +86,7 @@ export default { ...@@ -86,16 +86,7 @@ export default {
setup() { setup() {
let data = reactive({ let data = reactive({
pageState: "more", pageState: "more",
examList: [ 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: "未开始",
},
],
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
......
...@@ -49,7 +49,6 @@ export function UploadSelfFile(path, file, callback, configObj) { ...@@ -49,7 +49,6 @@ export function UploadSelfFile(path, file, callback, configObj) {
uploadConfig = cacheInfo.UploadConfig; uploadConfig = cacheInfo.UploadConfig;
} }
//获取文件扩展名 //获取文件扩展名
console.log(52, file)
var index = file.url.lastIndexOf("."); var index = file.url.lastIndexOf(".");
var suffix = file.url.substr(index); var suffix = file.url.substr(index);
var timestamp1 = Date.parse(new Date()) + "_" + (Math.ceil(Math.random() * 1000)); 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